#8D04AE

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

Shades of Dark Violet #8D04AE

Tints of Dark Violet #8D04AE

Color information

#8D04AE (or 0x8D04AE) is unknown color: approx Dark Violet. HEX triplet: 8D, 04 and AE. RGB value is (141,4,174). Sum of RGB (Red+Green+Blue) = 141+4+174=319 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.20% from 319); Green value is 4 (1.95% from 255 or 1.25% from 319); Blue value is 174 (68.36% from 255 or 54.55% from 319); Max value from RGB is 174 - color contains mainly: blue. Hex color #8D04AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D04AE is #72FB51. Grayscale: #3F3F3F. Windows color (decimal): -7535442 or 11404429. OLE color: 11404429.

HSL color Cylindrical-coordinate representation of color #8D04AE: hue angle of 288.35º 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 #8D04AE is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1414174-
CMYK0.190.9800.32
HSL288.35º95.51%34.9%-
HSV(B)288.35º97.7%68.24%-
XYZ18.678.8140.76-
YUV64.34189.89182.68-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.20%
GREEN value IS 4 (1.95% from 255) = 1.25%
BLUE value IS 174 (68.36% from 255) = 54.55%
R=44.20%
G=1.25%
B=54.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14141740.190.9800.32288.3595.5134.9
Hex8D4AE13620201206023
Octal21542562314204044014043
Binary100011011001010111010011110001001000001001000001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D04AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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