#8D0CAE

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

Shades of Dark Violet #8D0CAE

Tints of Dark Violet #8D0CAE

Color information

#8D0CAE (or 0x8D0CAE) is unknown color: approx Dark Violet. HEX triplet: 8D, 0C and AE. RGB value is (141,12,174). Sum of RGB (Red+Green+Blue) = 141+12+174=327 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.12% from 327); Green value is 12 (5.08% from 255 or 3.67% from 327); Blue value is 174 (68.36% from 255 or 53.21% from 327); Max value from RGB is 174 - color contains mainly: blue. Hex color #8D0CAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0CAE is #72F351. Grayscale: #444444. Windows color (decimal): -7533394 or 11406477. OLE color: 11406477.

HSL color Cylindrical-coordinate representation of color #8D0CAE: hue angle of 287.78º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8D0CAE is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14112174-
CMYK0.190.9300.32
HSL287.78º87.1%36.47%-
HSV(B)287.78º93.1%68.24%-
XYZ18.768.9840.79-
YUV69.04187.24179.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.12%
GREEN value IS 12 (5.08% from 255) = 3.67%
BLUE value IS 174 (68.36% from 255) = 53.21%
R=43.12%
G=3.67%
B=53.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal141121740.190.9300.32287.7887.136.47
Hex8DCAE135D0201205724
Octal215142562313504044012744
Binary1000110111001010111010011101110101000001001000001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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