#960388

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

Shades of Dark Magenta #960388

Tints of Dark Magenta #960388

Color information

#960388 (or 0x960388) is unknown color: approx Dark Magenta. HEX triplet: 96, 03 and 88. RGB value is (150,3,136). Sum of RGB (Red+Green+Blue) = 150+3+136=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 136 (53.52% from 255 or 47.06% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #960388 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960388 is #69FC77. Grayscale: #3D3D3D. Windows color (decimal): -6945912 or 8913814. OLE color: 8913814.

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

Color convert

RGB1503136-
CMYK00.980.090.41
HSL305.71º96.08%30%-
HSV(B)305.71º98%58.82%-
XYZ17.058.3324-
YUV62.12169.7190.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.90%
GREEN value IS 3 (1.56% from 255) = 1.04%
BLUE value IS 136 (53.52% from 255) = 47.06%
R=51.90%
G=1.04%
B=47.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150313600.980.090.41305.7196.0830
Hex96388062929132601e
Octal22632100142115146214036
Binary100101101110001000011000101001101001100110010110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960388; }

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

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

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

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

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

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

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

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