#8C0D7F

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

Shades of Dark Magenta #8C0D7F

Tints of Dark Magenta #8C0D7F

Color information

#8C0D7F (or 0x8C0D7F) is unknown color: approx Dark Magenta. HEX triplet: 8C, 0D and 7F. RGB value is (140,13,127). Sum of RGB (Red+Green+Blue) = 140+13+127=280 (37% of max value = 765). Red value is 140 (55.08% from 255 or 50% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0D7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0D7F is #73F280. Grayscale: #3F3F3F. Windows color (decimal): -7598721 or 8326540. OLE color: 8326540.

HSL color Cylindrical-coordinate representation of color #8C0D7F: hue angle of 306.14º 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 #8C0D7F is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB14013127-
CMYK00.910.090.45
HSL306.14º83.01%30%-
HSV(B)306.14º90.71%54.9%-
XYZ14.797.420.73-
YUV63.97163.58182.23-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 50%
GREEN value IS 13 (5.47% from 255) = 4.64%
BLUE value IS 127 (50% from 255) = 45.36%
R=50%
G=4.64%
B=45.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401312700.910.090.45306.1483.0130
Hex8CD7F05B92D132531e
Octal214151770133115546212336
Binary1000110011011111111010110111001101101100110010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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