#800C8F

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

Shades of Dark Magenta #800C8F

Tints of Dark Magenta #800C8F

Color information

#800C8F (or 0x800C8F) is unknown color: approx Dark Magenta. HEX triplet: 80, 0C and 8F. RGB value is (128,12,143). Sum of RGB (Red+Green+Blue) = 128+12+143=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 12 (5.08% from 255 or 4.24% from 283); Blue value is 143 (56.25% from 255 or 50.53% from 283); Max value from RGB is 143 - color contains mainly: blue. Hex color #800C8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800C8F is #7FF370. Grayscale: #3D3D3D. Windows color (decimal): -8385393 or 9374848. OLE color: 9374848.

HSL color Cylindrical-coordinate representation of color #800C8F: hue angle of 293.13º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #800C8F is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12812143-
CMYK0.100.9200.44
HSL293.13º84.52%30.39%-
HSV(B)293.13º91.61%56.08%-
XYZ13.996.8426.57-
YUV61.62173.93175.35-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.23%
GREEN value IS 12 (5.08% from 255) = 4.24%
BLUE value IS 143 (56.25% from 255) = 50.53%
R=45.23%
G=4.24%
B=50.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128121430.100.9200.44293.1384.5230.39
Hex80C8FA5C02C125551e
Octal200142171213405444512536
Binary10000000110010001111101010111000101100100100101101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800C8F; }

 p { color: rgb(128,12,143); }

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

<style>
 a { background-color: #800C8F; }

 a { background-color: rgb(128,12,143); }

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

<style>
 span { border-color: #800C8F; }

 span { border-color: rgb(128,12,143); }

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