#961476

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

Shades of Dark Purple #961476

Tints of Dark Purple #961476

Color information

#961476 (or 0x961476) is unknown color: approx Dark Purple. HEX triplet: 96, 14 and 76. RGB value is (150,20,118). Sum of RGB (Red+Green+Blue) = 150+20+118=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #961476 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961476 is #69EB89. Grayscale: #454545. Windows color (decimal): -6941578 or 7738518. OLE color: 7738518.

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

Color convert

RGB15020118-
CMYK00.870.210.41
HSL314.77º76.47%33.33%-
HSV(B)314.77º86.67%58.82%-
XYZ16.18.2917.89-
YUV70.04155.07185.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.08%
GREEN value IS 20 (8.20% from 255) = 6.94%
BLUE value IS 118 (46.48% from 255) = 40.97%
R=52.08%
G=6.94%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502011800.870.210.41314.7776.4733.33
Hex961476057152913b4c21
Octal226241660127255147311441
Binary1001011010100111011001010111101011010011001110111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961476; }

 p { color: rgb(150,20,118); }

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

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

 a { background-color: rgb(150,20,118); }

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

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

 span { border-color: rgb(150,20,118); }

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