#8A04AE

Color #8A04AE Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #8A04AE

Tints of Dark Violet #8A04AE

Color information

#8A04AE (or 0x8A04AE) is unknown color: approx Dark Violet. HEX triplet: 8A, 04 and AE. RGB value is (138,4,174). Sum of RGB (Red+Green+Blue) = 138+4+174=316 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.67% from 316); Green value is 4 (1.95% from 255 or 1.27% from 316); Blue value is 174 (68.36% from 255 or 55.06% from 316); Max value from RGB is 174 - color contains mainly: blue. Hex color #8A04AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A04AE is #75FB51. Grayscale: #3E3E3E. Windows color (decimal): -7732050 or 11404426. OLE color: 11404426.

HSL color Cylindrical-coordinate representation of color #8A04AE: hue angle of 287.29º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A04AE is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1384174-
CMYK0.210.9800.32
HSL287.29º95.51%34.9%-
HSV(B)287.29º97.7%68.24%-
XYZ18.168.5540.74-
YUV63.45190.39181.18-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.67%
GREEN value IS 4 (1.95% from 255) = 1.27%
BLUE value IS 174 (68.36% from 255) = 55.06%
R=43.67%
G=1.27%
B=55.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal13841740.210.9800.32287.2995.5134.9
Hex8A4AE156202011f6023
Octal21242562514204043714043
Binary100010101001010111010101110001001000001000111111100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A04AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,4,174); }

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

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

 a { background-color: rgb(138,4,174); }

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

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

 span { border-color: rgb(138,4,174); }

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