#800C94

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

Shades of Dark Magenta #800C94

Tints of Dark Magenta #800C94

Color information

#800C94 (or 0x800C94) is unknown color: approx Dark Magenta. HEX triplet: 80, 0C and 94. RGB value is (128,12,148). Sum of RGB (Red+Green+Blue) = 128+12+148=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 148 (58.20% from 255 or 51.39% from 288); Max value from RGB is 148 - color contains mainly: blue. Hex color #800C94 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800C94 is #7FF36B. Grayscale: #3D3D3D. Windows color (decimal): -8385388 or 9702528. OLE color: 9702528.

HSL color Cylindrical-coordinate representation of color #800C94: hue angle of 291.18º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #800C94 is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12812148-
CMYK0.140.9200.42
HSL291.18º85%31.37%-
HSV(B)291.18º91.89%58.04%-
XYZ14.386.9928.61-
YUV62.19176.43174.94-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.44%
GREEN value IS 12 (5.08% from 255) = 4.17%
BLUE value IS 148 (58.20% from 255) = 51.39%
R=44.44%
G=4.17%
B=51.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128121480.140.9200.42291.188531.37
Hex80C94E5C02A123551f
Octal200142241613405244312537
Binary10000000110010010100111010111000101010100100011101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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