#96296D

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

Shades of Dark Purple #96296D

Tints of Dark Purple #96296D

Color information

#96296D (or 0x96296D) is unknown color: approx Dark Purple. HEX triplet: 96, 29 and 6D. RGB value is (150,41,109). Sum of RGB (Red+Green+Blue) = 150+41+109=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #96296D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96296D is #69D692. Grayscale: #515151. Windows color (decimal): -6936211 or 7154070. OLE color: 7154070.

HSL color Cylindrical-coordinate representation of color #96296D: hue angle of 322.57º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #96296D is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB15041109-
CMYK00.730.270.41
HSL322.57º57.07%37.45%-
HSV(B)322.57º72.67%58.82%-
XYZ16.139.1715.39-
YUV81.34143.61176.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50%
GREEN value IS 41 (16.41% from 255) = 13.67%
BLUE value IS 109 (42.97% from 255) = 36.33%
R=50%
G=13.67%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504110900.730.270.41322.5757.0737.45
Hex96296D0491B291433925
Octal22651155011133515037145
Binary1001011010100111011010100100111011101001101000011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96296D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96296D; }

 p { color: rgb(150,41,109); }

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

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

 a { background-color: rgb(150,41,109); }

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

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

 span { border-color: rgb(150,41,109); }

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