#8B5CBD

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

Shades of Deep Lilac #8B5CBD

Tints of Deep Lilac #8B5CBD

Color information

#8B5CBD (or 0x8B5CBD) is unknown color: approx Deep Lilac. HEX triplet: 8B, 5C and BD. RGB value is (139,92,189). Sum of RGB (Red+Green+Blue) = 139+92+189=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 189 - color contains mainly: blue. Hex color #8B5CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5CBD is #74A342. Grayscale: #747474. Windows color (decimal): -7643971 or 12409995. OLE color: 12409995.

HSL color Cylindrical-coordinate representation of color #8B5CBD: hue angle of 269.07º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B5CBD is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13992189-
CMYK0.260.5100.26
HSL269.07º42.36%55.1%-
HSV(B)269.07º51.32%74.12%-
XYZ23.6616.8250.14-
YUV117.11168.57143.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.10%
GREEN value IS 92 (36.33% from 255) = 21.90%
BLUE value IS 189 (74.22% from 255) = 45%
R=33.10%
G=21.90%
B=45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal139921890.260.5100.26269.0742.3655.1
Hex8B5CBD1A3301A10d2a37
Octal21313427532630324155267
Binary1000101110111001011110111010110011011010100001101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,92,189); }

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

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

 a { background-color: rgb(139,92,189); }

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

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

 span { border-color: rgb(139,92,189); }

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