#96298A

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

Shades of Dark Purple #96298A

Tints of Dark Purple #96298A

Color information

#96298A (or 0x96298A) is unknown color: approx Dark Purple. HEX triplet: 96, 29 and 8A. RGB value is (150,41,138). Sum of RGB (Red+Green+Blue) = 150+41+138=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #96298A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96298A is #69D675. Grayscale: #545454. Windows color (decimal): -6936182 or 9054614. OLE color: 9054614.

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

Color convert

RGB15041138-
CMYK00.730.080.41
HSL306.61º57.07%37.45%-
HSV(B)306.61º72.67%58.82%-
XYZ17.969.925.01-
YUV84.65158.11174.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.59%
GREEN value IS 41 (16.41% from 255) = 12.46%
BLUE value IS 138 (54.30% from 255) = 41.95%
R=45.59%
G=12.46%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504113800.730.080.41306.6157.0737.45
Hex96298A0498291333925
Octal22651212011110514637145
Binary1001011010100110001010010010011000101001100110011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96298A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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