#96326F

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

Shades of Dark Purple #96326F

Tints of Dark Purple #96326F

Color information

#96326F (or 0x96326F) is unknown color: approx Dark Purple. HEX triplet: 96, 32 and 6F. RGB value is (150,50,111). Sum of RGB (Red+Green+Blue) = 150+50+111=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #96326F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96326F is #69CD90. Grayscale: #565656. Windows color (decimal): -6933905 or 7287446. OLE color: 7287446.

HSL color Cylindrical-coordinate representation of color #96326F: hue angle of 323.4º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96326F is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB15050111-
CMYK00.670.260.41
HSL323.4º50%39.22%-
HSV(B)323.4º66.67%58.82%-
XYZ16.599.9116.08-
YUV86.85141.63173.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.23%
GREEN value IS 50 (19.92% from 255) = 16.08%
BLUE value IS 111 (43.75% from 255) = 35.69%
R=48.23%
G=16.08%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505011100.670.260.41323.45039.22
Hex96326F0431A291433227
Octal22662157010332515036247
Binary1001011011001011011110100001111010101001101000011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96326F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96326F; }

 p { color: rgb(150,50,111); }

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

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

 a { background-color: rgb(150,50,111); }

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

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

 span { border-color: rgb(150,50,111); }

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