#8B4CAA

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

Shades of Deep Lilac #8B4CAA

Tints of Deep Lilac #8B4CAA

Color information

#8B4CAA (or 0x8B4CAA) is unknown color: approx Deep Lilac. HEX triplet: 8B, 4C and AA. RGB value is (139,76,170). Sum of RGB (Red+Green+Blue) = 139+76+170=385 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.10% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B4CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4CAA is #74B355. Grayscale: #696969. Windows color (decimal): -7648086 or 11160715. OLE color: 11160715.

HSL color Cylindrical-coordinate representation of color #8B4CAA: hue angle of 280.21º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B4CAA is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13976170-
CMYK0.180.5500.33
HSL280.21º38.21%48.24%-
HSV(B)280.21º55.29%66.67%-
XYZ20.4913.5639.57-
YUV105.55164.37151.86-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.10%
GREEN value IS 76 (30.08% from 255) = 19.74%
BLUE value IS 170 (66.80% from 255) = 44.16%
R=36.10%
G=19.74%
B=44.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal139761700.180.5500.33280.2138.2148.24
Hex8B4CAA12370211182630
Octal21311425222670414304660
Binary10001011100110010101010100101101110100001100011000100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,76,170); }

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

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

 a { background-color: rgb(139,76,170); }

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

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

 span { border-color: rgb(139,76,170); }

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