#8B4BAD

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

Shades of Deep Lilac #8B4BAD

Tints of Deep Lilac #8B4BAD

Color information

#8B4BAD (or 0x8B4BAD) is unknown color: approx Deep Lilac. HEX triplet: 8B, 4B and AD. RGB value is (139,75,173). Sum of RGB (Red+Green+Blue) = 139+75+173=387 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.92% from 387); Green value is 75 (29.69% from 255 or 19.38% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #8B4BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4BAD is #74B452. Grayscale: #686868. Windows color (decimal): -7648339 or 11357067. OLE color: 11357067.

HSL color Cylindrical-coordinate representation of color #8B4BAD: hue angle of 279.18º 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 #8B4BAD is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13975173-
CMYK0.200.5700.32
HSL279.18º39.52%48.63%-
HSV(B)279.18º56.65%67.84%-
XYZ20.7113.5441.06-
YUV105.31166.2152.03-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.92%
GREEN value IS 75 (29.69% from 255) = 19.38%
BLUE value IS 173 (67.97% from 255) = 44.70%
R=35.92%
G=19.38%
B=44.70%

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
Decimal139751730.200.5700.32279.1839.5248.63
Hex8B4BAD14390201172831
Octal21311325524710404275061
Binary10001011100101110101101101001110010100000100010111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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