#8C5BBE

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

Shades of Deep Lilac #8C5BBE

Tints of Deep Lilac #8C5BBE

Color information

#8C5BBE (or 0x8C5BBE) is unknown color: approx Deep Lilac. HEX triplet: 8C, 5B and BE. RGB value is (140,91,190). Sum of RGB (Red+Green+Blue) = 140+91+190=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 91 (35.94% from 255 or 21.62% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C5BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5BBE is #73A441. Grayscale: #747474. Windows color (decimal): -7578690 or 12475276. OLE color: 12475276.

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

Color convert

RGB14091190-
CMYK0.260.5200.25
HSL269.7º43.23%55.1%-
HSV(B)269.7º52.11%74.51%-
XYZ23.8516.7850.7-
YUV116.94169.23144.45-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.25%
GREEN value IS 91 (35.94% from 255) = 21.62%
BLUE value IS 190 (74.61% from 255) = 45.13%
R=33.25%
G=21.62%
B=45.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal140911900.260.5200.25269.743.2355.1
Hex8C5BBE1A3401910e2b37
Octal21413327632640314165367
Binary1000110010110111011111011010110100011001100001110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,91,190); }

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

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

 a { background-color: rgb(140,91,190); }

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

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

 span { border-color: rgb(140,91,190); }

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