#8B5CB3

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

Shades of Deep Lilac #8B5CB3

Tints of Deep Lilac #8B5CB3

Color information

#8B5CB3 (or 0x8B5CB3) is unknown color: approx Deep Lilac. HEX triplet: 8B, 5C and B3. RGB value is (139,92,179). Sum of RGB (Red+Green+Blue) = 139+92+179=410 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.90% from 410); Green value is 92 (36.33% from 255 or 22.44% from 410); Blue value is 179 (70.31% from 255 or 43.66% from 410); Max value from RGB is 179 - color contains mainly: blue. Hex color #8B5CB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5CB3 is #74A34C. Grayscale: #737373. Windows color (decimal): -7643981 or 11754635. OLE color: 11754635.

HSL color Cylindrical-coordinate representation of color #8B5CB3: hue angle of 272.41º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8B5CB3 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13992179-
CMYK0.220.4900.30
HSL272.41º36.4%53.14%-
HSV(B)272.41º48.6%70.2%-
XYZ22.6116.444.62-
YUV115.97163.57144.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.90%
GREEN value IS 92 (36.33% from 255) = 22.44%
BLUE value IS 179 (70.31% from 255) = 43.66%
R=33.90%
G=22.44%
B=43.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal139921790.220.4900.30272.4136.453.14
Hex8B5CB3163101E1102435
Octal21313426326610364204465
Binary1000101110111001011001110110110001011110100010000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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