#96298D

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

Shades of Dark Purple #96298D

Tints of Dark Purple #96298D

Color information

#96298D (or 0x96298D) is unknown color: approx Dark Purple. HEX triplet: 96, 29 and 8D. RGB value is (150,41,141). Sum of RGB (Red+Green+Blue) = 150+41+141=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #96298D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96298D is #69D672. Grayscale: #545454. Windows color (decimal): -6936179 or 9251222. OLE color: 9251222.

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

Color convert

RGB15041141-
CMYK00.730.060.41
HSL304.95º57.07%37.45%-
HSV(B)304.95º72.67%58.82%-
XYZ18.189.9926.17-
YUV84.99159.61174.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.18%
GREEN value IS 41 (16.41% from 255) = 12.35%
BLUE value IS 141 (55.47% from 255) = 42.47%
R=45.18%
G=12.35%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504114100.730.060.41304.9557.0737.45
Hex96298D0496291313925
Octal2265121501116514617145
Binary100101101010011000110101001001110101001100110001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96298D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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