#8A3DAF

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

Shades of Deep Lilac #8A3DAF

Tints of Deep Lilac #8A3DAF

Color information

#8A3DAF (or 0x8A3DAF) is unknown color: approx Deep Lilac. HEX triplet: 8A, 3D and AF. RGB value is (138,61,175). Sum of RGB (Red+Green+Blue) = 138+61+175=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 61 (24.22% from 255 or 16.31% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A3DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3DAF is #75C250. Grayscale: #606060. Windows color (decimal): -7717457 or 11484554. OLE color: 11484554.

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

Color convert

RGB13861175-
CMYK0.210.6500.31
HSL280.53º48.31%46.27%-
HSV(B)280.53º65.14%68.63%-
XYZ19.8911.8441.79-
YUV97.02172.01157.23-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.90%
GREEN value IS 61 (24.22% from 255) = 16.31%
BLUE value IS 175 (68.75% from 255) = 46.79%
R=36.90%
G=16.31%
B=46.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138611750.210.6500.31280.5348.3146.27
Hex8A3DAF154101F119302e
Octal21275257251010374316056
Binary1000101011110110101111101011000001011111100011001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,61,175); }

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

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

 a { background-color: rgb(138,61,175); }

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

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

 span { border-color: rgb(138,61,175); }

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