#8C50CA

Color #8C50CA Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #8C50CA

Tints of Deep Lilac #8C50CA

Color information

#8C50CA (or 0x8C50CA) is unknown color: approx Deep Lilac. HEX triplet: 8C, 50 and CA. RGB value is (140,80,202). Sum of RGB (Red+Green+Blue) = 140+80+202=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C50CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C50CA is #73AF35. Grayscale: #6F6F6F. Windows color (decimal): -7581494 or 13258892. OLE color: 13258892.

HSL color Cylindrical-coordinate representation of color #8C50CA: hue angle of 269.51º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C50CA is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14080202-
CMYK0.310.6000.21
HSL269.51º53.51%55.29%-
HSV(B)269.51º60.4%79.22%-
XYZ24.3415.5857.6-
YUV111.85178.88148.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 33.18%
GREEN value IS 80 (31.64% from 255) = 18.96%
BLUE value IS 202 (79.30% from 255) = 47.87%
R=33.18%
G=18.96%
B=47.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal140802020.310.6000.21269.5153.5155.29
Hex8C50CA1F3C01510e3637
Octal21412031237740254166667
Binary1000110010100001100101011111111100010101100001110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C50CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C50CA; }

 p { color: rgb(140,80,202); }

 H1.HeaderClassName
 {
   color: #8C50CA;
 }
 .AnyTagClassName
 {
   color: #8C50CA;
 }
</style>
background-color css

<style>
 a { background-color: #8C50CA; }

 a { background-color: rgb(140,80,202); }

 div.DivClassName
 {
   background-color: #8C50CA;
 }
 .BgClassName
 {
   background-color: #8C50CA;
 }
</style>
border-color css

<style>
 span { border-color: #8C50CA; }

 span { border-color: rgb(140,80,202); }

 td.TdClassName
 {
   border-color: #8C50CA;
 }
 .TagClassName
 {
   border-color: #8C50CA;
 }
</style>