#962477

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

Shades of Dark Purple #962477

Tints of Dark Purple #962477

Color information

#962477 (or 0x962477) is unknown color: approx Dark Purple. HEX triplet: 96, 24 and 77. RGB value is (150,36,119). Sum of RGB (Red+Green+Blue) = 150+36+119=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 119 (46.88% from 255 or 39.02% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #962477 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962477 is #69DB88. Grayscale: #4F4F4F. Windows color (decimal): -6937481 or 7808150. OLE color: 7808150.

HSL color Cylindrical-coordinate representation of color #962477: hue angle of 316.32º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #962477 is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB15036119-
CMYK00.760.210.41
HSL316.32º61.29%36.47%-
HSV(B)316.32º76%58.82%-
XYZ16.549.0818.33-
YUV79.55150.27178.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.18%
GREEN value IS 36 (14.45% from 255) = 11.80%
BLUE value IS 119 (46.88% from 255) = 39.02%
R=49.18%
G=11.80%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503611900.760.210.41316.3261.2936.47
Hex96247704C152913c3d24
Octal22644167011425514747544
Binary1001011010010011101110100110010101101001100111100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962477; }

 p { color: rgb(150,36,119); }

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

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

 a { background-color: rgb(150,36,119); }

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

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

 span { border-color: rgb(150,36,119); }

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