#800895

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

Shades of Dark Magenta #800895

Tints of Dark Magenta #800895

Color information

#800895 (or 0x800895) is unknown color: approx Dark Magenta. HEX triplet: 80, 08 and 95. RGB value is (128,8,149). Sum of RGB (Red+Green+Blue) = 128+8+149=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #800895 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800895 is #7FF76A. Grayscale: #3B3B3B. Windows color (decimal): -8386411 or 9767040. OLE color: 9767040.

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

Color convert

RGB1288149-
CMYK0.140.9500.42
HSL291.06º89.81%30.78%-
HSV(B)291.06º94.63%58.43%-
XYZ14.416.9329.01-
YUV59.95178.26176.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.91%
GREEN value IS 8 (3.52% from 255) = 2.81%
BLUE value IS 149 (58.59% from 255) = 52.28%
R=44.91%
G=2.81%
B=52.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12881490.140.9500.42291.0689.8130.78
Hex80895E5F02A1235a1f
Octal200102251613705244313237
Binary10000000100010010101111010111110101010100100011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800895; }

 p { color: rgb(128,8,149); }

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

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

 a { background-color: rgb(128,8,149); }

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

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

 span { border-color: rgb(128,8,149); }

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