#8C50BB

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

Shades of Deep Lilac #8C50BB

Tints of Deep Lilac #8C50BB

Color information

#8C50BB (or 0x8C50BB) is unknown color: approx Deep Lilac. HEX triplet: 8C, 50 and BB. RGB value is (140,80,187). Sum of RGB (Red+Green+Blue) = 140+80+187=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #8C50BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C50BB is #73AF44. Grayscale: #6D6D6D. Windows color (decimal): -7581509 or 12275852. OLE color: 12275852.

HSL color Cylindrical-coordinate representation of color #8C50BB: hue angle of 273.64º degrees, saturation: 0.44, 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 #8C50BB is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14080187-
CMYK0.250.5700.27
HSL273.64º44.03%52.35%-
HSV(B)273.64º57.22%73.33%-
XYZ22.6514.948.7-
YUV110.14171.38149.3-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.40%
GREEN value IS 80 (31.64% from 255) = 19.66%
BLUE value IS 187 (73.44% from 255) = 45.95%
R=34.40%
G=19.66%
B=45.95%

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
Decimal140801870.250.5700.27273.6444.0352.35
Hex8C50BB193901B1122c34
Octal21412027331710334225464
Binary1000110010100001011101111001111001011011100010010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C50BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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