#8B4FAF

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

Shades of Deep Lilac #8B4FAF

Tints of Deep Lilac #8B4FAF

Color information

#8B4FAF (or 0x8B4FAF) is unknown color: approx Deep Lilac. HEX triplet: 8B, 4F and AF. RGB value is (139,79,175). Sum of RGB (Red+Green+Blue) = 139+79+175=393 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.37% from 393); Green value is 79 (31.25% from 255 or 20.10% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #8B4FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B4FAF is #74B050. Grayscale: #6B6B6B. Windows color (decimal): -7647313 or 11489163. OLE color: 11489163.

HSL color Cylindrical-coordinate representation of color #8B4FAF: hue angle of 277.5º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B4FAF is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13979175-
CMYK0.210.5500.31
HSL277.5º37.8%49.8%-
HSV(B)277.5º54.86%68.63%-
XYZ21.1814.1842.18-
YUV107.88165.88150.19-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.37%
GREEN value IS 79 (31.25% from 255) = 20.10%
BLUE value IS 175 (68.75% from 255) = 44.53%
R=35.37%
G=20.10%
B=44.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal139791750.210.5500.31277.537.849.8
Hex8B4FAF153701F1162632
Octal21311725725670374264662
Binary1000101110011111010111110101110111011111100010110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,79,175); }

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

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

 a { background-color: rgb(139,79,175); }

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

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

 span { border-color: rgb(139,79,175); }

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