#961586

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

Shades of Dark Purple #961586

Tints of Dark Purple #961586

Color information

#961586 (or 0x961586) is unknown color: approx Dark Purple. HEX triplet: 96, 15 and 86. RGB value is (150,21,134). Sum of RGB (Red+Green+Blue) = 150+21+134=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 134 (52.73% from 255 or 43.93% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #961586 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961586 is #69EA79. Grayscale: #484848. Windows color (decimal): -6941306 or 8787350. OLE color: 8787350.

HSL color Cylindrical-coordinate representation of color #961586: hue angle of 307.44º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #961586 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB15021134-
CMYK00.860.110.41
HSL307.44º75.44%33.53%-
HSV(B)307.44º86%58.82%-
XYZ17.158.7423.34-
YUV72.45162.74183.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.18%
GREEN value IS 21 (8.59% from 255) = 6.89%
BLUE value IS 134 (52.73% from 255) = 43.93%
R=49.18%
G=6.89%
B=43.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502113400.860.110.41307.4475.4433.53
Hex961586056B291334b22
Octal226252060126135146311342
Binary1001011010101100001100101011010111010011001100111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961586; }

 p { color: rgb(150,21,134); }

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

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

 a { background-color: rgb(150,21,134); }

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

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

 span { border-color: rgb(150,21,134); }

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