#96298E

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

Shades of Dark Purple #96298E

Tints of Dark Purple #96298E

Color information

#96298E (or 0x96298E) is unknown color: approx Dark Purple. HEX triplet: 96, 29 and 8E. RGB value is (150,41,142). Sum of RGB (Red+Green+Blue) = 150+41+142=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #96298E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96298E is #69D671. Grayscale: #545454. Windows color (decimal): -6936178 or 9316758. OLE color: 9316758.

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

Color convert

RGB15041142-
CMYK00.730.050.41
HSL304.4º57.07%37.45%-
HSV(B)304.4º72.67%58.82%-
XYZ18.2510.0226.56-
YUV85.1160.11174.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.05%
GREEN value IS 41 (16.41% from 255) = 12.31%
BLUE value IS 142 (55.86% from 255) = 42.64%
R=45.05%
G=12.31%
B=42.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504114200.730.050.41304.457.0737.45
Hex96298E0495291303925
Octal2265121601115514607145
Binary100101101010011000111001001001101101001100110000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96298E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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