#8B4DAF

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

Shades of Deep Lilac #8B4DAF

Tints of Deep Lilac #8B4DAF

Color information

#8B4DAF (or 0x8B4DAF) is unknown color: approx Deep Lilac. HEX triplet: 8B, 4D and AF. RGB value is (139,77,175). Sum of RGB (Red+Green+Blue) = 139+77+175=391 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.55% from 391); Green value is 77 (30.47% from 255 or 19.69% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #8B4DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B4DAF is #74B250. Grayscale: #6A6A6A. Windows color (decimal): -7647825 or 11488651. OLE color: 11488651.

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

Color convert

RGB13977175-
CMYK0.210.5600.31
HSL277.96º38.89%49.41%-
HSV(B)277.96º56%68.63%-
XYZ21.0413.8942.13-
YUV106.71166.54151.03-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.55%
GREEN value IS 77 (30.47% from 255) = 19.69%
BLUE value IS 175 (68.75% from 255) = 44.76%
R=35.55%
G=19.69%
B=44.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal139771750.210.5600.31277.9638.8949.41
Hex8B4DAF153801F1162731
Octal21311525725700374264761
Binary1000101110011011010111110101111000011111100010110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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