#96296C

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

Shades of Dark Purple #96296C

Tints of Dark Purple #96296C

Color information

#96296C (or 0x96296C) is unknown color: approx Dark Purple. HEX triplet: 96, 29 and 6C. RGB value is (150,41,108). Sum of RGB (Red+Green+Blue) = 150+41+108=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #96296C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96296C is #69D693. Grayscale: #515151. Windows color (decimal): -6936212 or 7088534. OLE color: 7088534.

HSL color Cylindrical-coordinate representation of color #96296C: hue angle of 323.12º 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 #96296C is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB15041108-
CMYK00.730.280.41
HSL323.12º57.07%37.45%-
HSV(B)323.12º72.67%58.82%-
XYZ16.089.1515.11-
YUV81.23143.11177.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.17%
GREEN value IS 41 (16.41% from 255) = 13.71%
BLUE value IS 108 (42.58% from 255) = 36.12%
R=50.17%
G=13.71%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504110800.730.280.41323.1257.0737.45
Hex96296C0491C291433925
Octal22651154011134515037145
Binary1001011010100111011000100100111100101001101000011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96296C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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