#8B3AAF

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

Shades of Deep Lilac #8B3AAF

Tints of Deep Lilac #8B3AAF

Color information

#8B3AAF (or 0x8B3AAF) is unknown color: approx Deep Lilac. HEX triplet: 8B, 3A and AF. RGB value is (139,58,175). Sum of RGB (Red+Green+Blue) = 139+58+175=372 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.37% from 372); Green value is 58 (23.05% from 255 or 15.59% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 175 - color contains mainly: blue. Hex color #8B3AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3AAF is #74C550. Grayscale: #5F5F5F. Windows color (decimal): -7652689 or 11483787. OLE color: 11483787.

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

Color convert

RGB13958175-
CMYK0.210.6700.31
HSL281.54º50.21%45.69%-
HSV(B)281.54º66.86%68.63%-
XYZ19.911.6141.75-
YUV95.56172.84158.99-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.37%
GREEN value IS 58 (23.05% from 255) = 15.59%
BLUE value IS 175 (68.75% from 255) = 47.04%
R=37.37%
G=15.59%
B=47.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal139581750.210.6700.31281.5450.2145.69
Hex8B3AAF154301F11a322e
Octal21372257251030374326256
Binary1000101111101010101111101011000011011111100011010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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