#96337E

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

Shades of Dark Purple #96337E

Tints of Dark Purple #96337E

Color information

#96337E (or 0x96337E) is unknown color: approx Dark Purple. HEX triplet: 96, 33 and 7E. RGB value is (150,51,126). Sum of RGB (Red+Green+Blue) = 150+51+126=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #96337E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96337E is #69CC81. Grayscale: #585858. Windows color (decimal): -6933634 or 8270742. OLE color: 8270742.

HSL color Cylindrical-coordinate representation of color #96337E: hue angle of 314.55º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #96337E is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB15051126-
CMYK00.660.160.41
HSL314.55º49.25%39.41%-
HSV(B)314.55º66%58.82%-
XYZ17.5310.3620.81-
YUV89.15148.8171.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.87%
GREEN value IS 51 (20.31% from 255) = 15.60%
BLUE value IS 126 (49.61% from 255) = 38.53%
R=45.87%
G=15.60%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505112600.660.160.41314.5549.2539.41
Hex96337E042102913b3127
Octal22663176010220514736147
Binary1001011011001111111100100001010000101001100111011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96337E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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