#8B4AC9

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

Shades of Deep Lilac #8B4AC9

Tints of Deep Lilac #8B4AC9

Color information

#8B4AC9 (or 0x8B4AC9) is unknown color: approx Deep Lilac. HEX triplet: 8B, 4A and C9. RGB value is (139,74,201). Sum of RGB (Red+Green+Blue) = 139+74+201=414 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.57% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 201 (78.91% from 255 or 48.55% from 414); Max value from RGB is 201 - color contains mainly: blue. Hex color #8B4AC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B4AC9 is #74B536. Grayscale: #6B6B6B. Windows color (decimal): -7648567 or 13191819. OLE color: 13191819.

HSL color Cylindrical-coordinate representation of color #8B4AC9: hue angle of 270.71º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B4AC9 is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13974201-
CMYK0.310.6300.21
HSL270.71º54.04%53.92%-
HSV(B)270.71º63.18%78.82%-
XYZ23.6414.656.83-
YUV107.91180.53150.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.57%
GREEN value IS 74 (29.30% from 255) = 17.87%
BLUE value IS 201 (78.91% from 255) = 48.55%
R=33.57%
G=17.87%
B=48.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal139742010.310.6300.21270.7154.0453.92
Hex8B4AC91F3F01510f3636
Octal21311231137770254176666
Binary1000101110010101100100111111111111010101100001111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,74,201); }

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

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

 a { background-color: rgb(139,74,201); }

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

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

 span { border-color: rgb(139,74,201); }

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