#800F9C

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

Shades of Dark Magenta #800F9C

Tints of Dark Magenta #800F9C

Color information

#800F9C (or 0x800F9C) is unknown color: approx Dark Magenta. HEX triplet: 80, 0F and 9C. RGB value is (128,15,156). Sum of RGB (Red+Green+Blue) = 128+15+156=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #800F9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800F9C is #7FF063. Grayscale: #404040. Windows color (decimal): -8384612 or 10227584. OLE color: 10227584.

HSL color Cylindrical-coordinate representation of color #800F9C: hue angle of 288.09º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #800F9C is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12815156-
CMYK0.180.9000.39
HSL288.09º82.46%33.53%-
HSV(B)288.09º90.38%61.18%-
XYZ15.077.3332.07-
YUV64.86179.44173.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.81%
GREEN value IS 15 (6.25% from 255) = 5.02%
BLUE value IS 156 (61.33% from 255) = 52.17%
R=42.81%
G=5.02%
B=52.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal128151560.180.9000.39288.0982.4633.53
Hex80F9C125A0271205222
Octal200172342213204744012242
Binary1000000011111001110010010101101001001111001000001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,15,156); }

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

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

 a { background-color: rgb(128,15,156); }

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

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

 span { border-color: rgb(128,15,156); }

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