#96298C

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

Shades of Dark Purple #96298C

Tints of Dark Purple #96298C

Color information

#96298C (or 0x96298C) is unknown color: approx Dark Purple. HEX triplet: 96, 29 and 8C. RGB value is (150,41,140). Sum of RGB (Red+Green+Blue) = 150+41+140=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #96298C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96298C is #69D673. Grayscale: #545454. Windows color (decimal): -6936180 or 9185686. OLE color: 9185686.

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

Color convert

RGB15041140-
CMYK00.730.070.41
HSL305.5º57.07%37.45%-
HSV(B)305.5º72.67%58.82%-
XYZ18.19.9625.78-
YUV84.88159.11174.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.32%
GREEN value IS 41 (16.41% from 255) = 12.39%
BLUE value IS 140 (55.08% from 255) = 42.30%
R=45.32%
G=12.39%
B=42.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504114000.730.070.41305.557.0737.45
Hex96298C0497291323925
Octal2265121401117514627145
Binary100101101010011000110001001001111101001100110010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96298C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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