#96297C

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

Shades of Dark Purple #96297C

Tints of Dark Purple #96297C

Color information

#96297C (or 0x96297C) is unknown color: approx Dark Purple. HEX triplet: 96, 29 and 7C. RGB value is (150,41,124). Sum of RGB (Red+Green+Blue) = 150+41+124=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #96297C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96297C is #69D683. Grayscale: #525252. Windows color (decimal): -6936196 or 8137110. OLE color: 8137110.

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

Color convert

RGB15041124-
CMYK00.730.170.41
HSL314.31º57.07%37.45%-
HSV(B)314.31º72.67%58.82%-
XYZ17.019.5320.01-
YUV83.05151.11175.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.62%
GREEN value IS 41 (16.41% from 255) = 13.02%
BLUE value IS 124 (48.83% from 255) = 39.37%
R=47.62%
G=13.02%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504112400.730.170.41314.3157.0737.45
Hex96297C049112913a3925
Octal22651174011121514727145
Binary1001011010100111111000100100110001101001100111010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96297C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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