#96296E

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

Shades of Dark Purple #96296E

Tints of Dark Purple #96296E

Color information

#96296E (or 0x96296E) is unknown color: approx Dark Purple. HEX triplet: 96, 29 and 6E. RGB value is (150,41,110). Sum of RGB (Red+Green+Blue) = 150+41+110=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #96296E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96296E is #69D691. Grayscale: #515151. Windows color (decimal): -6936210 or 7219606. OLE color: 7219606.

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

Color convert

RGB15041110-
CMYK00.730.270.41
HSL322.02º57.07%37.45%-
HSV(B)322.02º72.67%58.82%-
XYZ16.199.215.67-
YUV81.46144.11176.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.83%
GREEN value IS 41 (16.41% from 255) = 13.62%
BLUE value IS 110 (43.36% from 255) = 36.54%
R=49.83%
G=13.62%
B=36.54%

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
Decimal1504111000.730.270.41322.0257.0737.45
Hex96296E0491B291423925
Octal22651156011133515027145
Binary1001011010100111011100100100111011101001101000010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96296E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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