#8b4bcd

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

Shades of Deep Lilac #8B4BCD

Tints of Deep Lilac #8B4BCD

Color information

#8B4BCD (or 0x8B4BCD) is unknown color: approx Deep Lilac. HEX triplet: 8B, 4B and CD. RGB value is (139,75,205). Sum of RGB (Red+Green+Blue) = 139+75+205=419 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.17% from 419); Green value is 75 (29.69% from 255 or 17.90% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #8B4BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B4BCD is #74B432. Grayscale: #6C6C6C. Windows color (decimal): -7648307 or 13454219. OLE color: 13454219.

HSL color Cylindrical-coordinate representation of color #8B4BCD: hue angle of 269.54º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B4BCD is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13975205-
CMYK0.320.6300.20
HSL269.54º56.52%54.9%-
HSV(B)269.54º63.41%80.39%-
XYZ24.1814.9359.36-
YUV108.96182.2149.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.17%
GREEN value IS 75 (29.69% from 255) = 17.90%
BLUE value IS 205 (80.47% from 255) = 48.93%
R=33.17%
G=17.90%
B=48.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal139752050.320.6300.20269.5456.5254.9
Hex8B4BCD203F01410e3937
Octal21311331540770244167167
Binary10001011100101111001101100000111111010100100001110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b4bcd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,75,205); }

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

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

 a { background-color: rgb(139,75,205); }

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

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

 span { border-color: rgb(139,75,205); }

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