#961184

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

Shades of Dark Purple #961184

Tints of Dark Purple #961184

Color information

#961184 (or 0x961184) is unknown color: approx Dark Purple. HEX triplet: 96, 11 and 84. RGB value is (150,17,132). Sum of RGB (Red+Green+Blue) = 150+17+132=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #961184 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961184 is #69EE7B. Grayscale: #454545. Windows color (decimal): -6942332 or 8655254. OLE color: 8655254.

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

Color convert

RGB15017132-
CMYK00.890.120.41
HSL308.12º79.64%32.75%-
HSV(B)308.12º88.67%58.82%-
XYZ16.948.5522.59-
YUV69.88163.06185.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.17%
GREEN value IS 17 (7.03% from 255) = 5.69%
BLUE value IS 132 (51.95% from 255) = 44.15%
R=50.17%
G=5.69%
B=44.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501713200.890.120.41308.1279.6432.75
Hex961184059C291345021
Octal226212040131145146412041
Binary1001011010001100001000101100111001010011001101001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961184; }

 p { color: rgb(150,17,132); }

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

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

 a { background-color: rgb(150,17,132); }

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

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

 span { border-color: rgb(150,17,132); }

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