#8B4BAE

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

Shades of Deep Lilac #8B4BAE

Tints of Deep Lilac #8B4BAE

Color information

#8B4BAE (or 0x8B4BAE) is unknown color: approx Deep Lilac. HEX triplet: 8B, 4B and AE. RGB value is (139,75,174). Sum of RGB (Red+Green+Blue) = 139+75+174=388 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.82% from 388); Green value is 75 (29.69% from 255 or 19.33% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 174 - color contains mainly: blue. Hex color #8B4BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4BAE is #74B451. Grayscale: #696969. Windows color (decimal): -7648338 or 11422603. OLE color: 11422603.

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

Color convert

RGB13975174-
CMYK0.200.5700.32
HSL278.79º39.76%48.82%-
HSV(B)278.79º56.9%68.24%-
XYZ20.813.5841.57-
YUV105.42166.7151.95-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.82%
GREEN value IS 75 (29.69% from 255) = 19.33%
BLUE value IS 174 (68.36% from 255) = 44.85%
R=35.82%
G=19.33%
B=44.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal139751740.200.5700.32278.7939.7648.82
Hex8B4BAE14390201172831
Octal21311325624710404275061
Binary10001011100101110101110101001110010100000100010111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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