#800396

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

Shades of Dark Magenta #800396

Tints of Dark Magenta #800396

Color information

#800396 (or 0x800396) is unknown color: approx Dark Magenta. HEX triplet: 80, 03 and 96. RGB value is (128,3,150). Sum of RGB (Red+Green+Blue) = 128+3+150=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 150 (58.98% from 255 or 53.38% from 281); Max value from RGB is 150 - color contains mainly: blue. Hex color #800396 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800396 is #7FFC69. Grayscale: #383838. Windows color (decimal): -8387690 or 9831296. OLE color: 9831296.

HSL color Cylindrical-coordinate representation of color #800396: hue angle of 291.02º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #800396 is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1283150-
CMYK0.150.9800.41
HSL291.02º96.08%30%-
HSV(B)291.02º98%58.82%-
XYZ14.446.8629.42-
YUV57.13180.41178.55-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.55%
GREEN value IS 3 (1.56% from 255) = 1.07%
BLUE value IS 150 (58.98% from 255) = 53.38%
R=45.55%
G=1.07%
B=53.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal12831500.150.9800.41291.0296.0830
Hex80396F62029123601e
Octal20032261714205144314036
Binary100000001110010110111111000100101001100100011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800396; }

 p { color: rgb(128,3,150); }

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

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

 a { background-color: rgb(128,3,150); }

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

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

 span { border-color: rgb(128,3,150); }

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