#8C0D83

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

Shades of Dark Magenta #8C0D83

Tints of Dark Magenta #8C0D83

Color information

#8C0D83 (or 0x8C0D83) is unknown color: approx Dark Magenta. HEX triplet: 8C, 0D and 83. RGB value is (140,13,131). Sum of RGB (Red+Green+Blue) = 140+13+131=284 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.30% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0D83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0D83 is #73F27C. Grayscale: #404040. Windows color (decimal): -7598717 or 8588684. OLE color: 8588684.

HSL color Cylindrical-coordinate representation of color #8C0D83: hue angle of 304.25º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C0D83 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB14013131-
CMYK00.910.060.45
HSL304.25º83.01%30%-
HSV(B)304.25º90.71%54.9%-
XYZ15.067.522.13-
YUV64.42165.58181.91-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 49.30%
GREEN value IS 13 (5.47% from 255) = 4.58%
BLUE value IS 131 (51.56% from 255) = 46.13%
R=49.30%
G=4.58%
B=46.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401313100.910.060.45304.2583.0130
Hex8CD8305B62D130531e
Octal21415203013365546012336
Binary1000110011011000001101011011110101101100110000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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