#8B40AF

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

Shades of Deep Lilac #8B40AF

Tints of Deep Lilac #8B40AF

Color information

#8B40AF (or 0x8B40AF) is unknown color: approx Deep Lilac. HEX triplet: 8B, 40 and AF. RGB value is (139,64,175). Sum of RGB (Red+Green+Blue) = 139+64+175=378 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.77% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #8B40AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B40AF is #74BF50. Grayscale: #626262. Windows color (decimal): -7651153 or 11485323. OLE color: 11485323.

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

Color convert

RGB13964175-
CMYK0.210.6300.31
HSL280.54º46.44%46.86%-
HSV(B)280.54º63.43%68.63%-
XYZ20.2212.2541.86-
YUV99.08170.85156.47-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.77%
GREEN value IS 64 (25.39% from 255) = 16.93%
BLUE value IS 175 (68.75% from 255) = 46.30%
R=36.77%
G=16.93%
B=46.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal139641750.210.6300.31280.5446.4446.86
Hex8B40AF153F01F1192e2f
Octal21310025725770374315657
Binary1000101110000001010111110101111111011111100011001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B40AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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