#8A41AF

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

Shades of Deep Lilac #8A41AF

Tints of Deep Lilac #8A41AF

Color information

#8A41AF (or 0x8A41AF) is unknown color: approx Deep Lilac. HEX triplet: 8A, 41 and AF. RGB value is (138,65,175). Sum of RGB (Red+Green+Blue) = 138+65+175=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 65 (25.78% from 255 or 17.20% 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 #8A41AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A41AF is #75BE50. Grayscale: #636363. Windows color (decimal): -7716433 or 11485578. OLE color: 11485578.

HSL color Cylindrical-coordinate representation of color #8A41AF: hue angle of 279.82º 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 #8A41AF is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13865175-
CMYK0.210.6300.31
HSL279.82º45.83%47.06%-
HSV(B)279.82º62.86%68.63%-
XYZ20.1112.2841.87-
YUV99.37170.68155.56-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.51%
GREEN value IS 65 (25.78% from 255) = 17.20%
BLUE value IS 175 (68.75% from 255) = 46.30%
R=36.51%
G=17.20%
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
Decimal138651750.210.6300.31279.8245.8347.06
Hex8A41AF153F01F1182e2f
Octal21210125725770374305657
Binary1000101010000011010111110101111111011111100011000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A41AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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