#960397

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

Shades of Dark Magenta #960397

Tints of Dark Magenta #960397

Color information

#960397 (or 0x960397) is unknown color: approx Dark Magenta. HEX triplet: 96, 03 and 97. RGB value is (150,3,151). Sum of RGB (Red+Green+Blue) = 150+3+151=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 151 (59.38% from 255 or 49.67% from 304); Max value from RGB is 151 - color contains mainly: blue. Hex color #960397 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960397 is #69FC68. Grayscale: #3F3F3F. Windows color (decimal): -6945897 or 9896854. OLE color: 9896854.

HSL color Cylindrical-coordinate representation of color #960397: hue angle of 299.59º 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 #960397 is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1503151-
CMYK0.010.9800.41
HSL299.59º96.1%30.2%-
HSV(B)299.59º98.01%59.22%-
XYZ18.28.7830.01-
YUV63.82177.2189.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.34%
GREEN value IS 3 (1.56% from 255) = 0.99%
BLUE value IS 151 (59.38% from 255) = 49.67%
R=49.34%
G=0.99%
B=49.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15031510.010.9800.41299.5996.130.2
Hex9639716202912c601e
Octal2263227114205145414036
Binary100101101110010111111000100101001100101100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960397; }

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

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

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

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

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

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

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

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