#8C50BA

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

Shades of Deep Lilac #8C50BA

Tints of Deep Lilac #8C50BA

Color information

#8C50BA (or 0x8C50BA) is unknown color: approx Deep Lilac. HEX triplet: 8C, 50 and BA. RGB value is (140,80,186). Sum of RGB (Red+Green+Blue) = 140+80+186=406 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.48% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C50BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C50BA is #73AF45. Grayscale: #6D6D6D. Windows color (decimal): -7581510 or 12210316. OLE color: 12210316.

HSL color Cylindrical-coordinate representation of color #8C50BA: hue angle of 273.96º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8C50BA is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14080186-
CMYK0.250.5700.27
HSL273.96º43.44%52.16%-
HSV(B)273.96º56.99%72.94%-
XYZ22.5514.8648.13-
YUV110.02170.88149.38-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.48%
GREEN value IS 80 (31.64% from 255) = 19.70%
BLUE value IS 186 (73.05% from 255) = 45.81%
R=34.48%
G=19.70%
B=45.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal140801860.250.5700.27273.9643.4452.16
Hex8C50BA193901B1122b34
Octal21412027231710334225364
Binary1000110010100001011101011001111001011011100010010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C50BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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