#8C0DAD

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

Shades of Dark Magenta #8C0DAD

Tints of Dark Magenta #8C0DAD

Color information

#8C0DAD (or 0x8C0DAD) is unknown color: approx Dark Magenta. HEX triplet: 8C, 0D and AD. RGB value is (140,13,173). Sum of RGB (Red+Green+Blue) = 140+13+173=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 13 (5.47% from 255 or 3.99% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C0DAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0DAD is #73F252. Grayscale: #444444. Windows color (decimal): -7598675 or 11341196. OLE color: 11341196.

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

Color convert

RGB14013173-
CMYK0.190.9200.32
HSL287.62º86.02%36.47%-
HSV(B)287.62º92.49%67.84%-
XYZ18.58.8840.27-
YUV69.21186.58178.49-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.94%
GREEN value IS 13 (5.47% from 255) = 3.99%
BLUE value IS 173 (67.97% from 255) = 53.07%
R=42.94%
G=3.99%
B=53.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal140131730.190.9200.32287.6286.0236.47
Hex8CDAD135C0201205624
Octal214152552313404044012644
Binary1000110011011010110110011101110001000001001000001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,13,173); }

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

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

 a { background-color: rgb(140,13,173); }

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

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

 span { border-color: rgb(140,13,173); }

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