#96297E

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

Shades of Dark Purple #96297E

Tints of Dark Purple #96297E

Color information

#96297E (or 0x96297E) is unknown color: approx Dark Purple. HEX triplet: 96, 29 and 7E. RGB value is (150,41,126). Sum of RGB (Red+Green+Blue) = 150+41+126=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #96297E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96297E is #69D681. Grayscale: #535353. Windows color (decimal): -6936194 or 8268182. OLE color: 8268182.

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

Color convert

RGB15041126-
CMYK00.730.160.41
HSL313.21º57.07%37.45%-
HSV(B)313.21º72.67%58.82%-
XYZ17.149.5820.68-
YUV83.28152.11175.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.32%
GREEN value IS 41 (16.41% from 255) = 12.93%
BLUE value IS 126 (49.61% from 255) = 39.75%
R=47.32%
G=12.93%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504112600.730.160.41313.2157.0737.45
Hex96297E04910291393925
Octal22651176011120514717145
Binary1001011010100111111100100100110000101001100111001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96297E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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