#96337A

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

Shades of Dark Purple #96337A

Tints of Dark Purple #96337A

Color information

#96337A (or 0x96337A) is unknown color: approx Dark Purple. HEX triplet: 96, 33 and 7A. RGB value is (150,51,122). Sum of RGB (Red+Green+Blue) = 150+51+122=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #96337A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96337A is #69CC85. Grayscale: #585858. Windows color (decimal): -6933638 or 8008598. OLE color: 8008598.

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

Color convert

RGB15051122-
CMYK00.660.190.41
HSL316.97º49.25%39.41%-
HSV(B)316.97º66%58.82%-
XYZ17.2710.2619.48-
YUV88.7146.8171.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.44%
GREEN value IS 51 (20.31% from 255) = 15.79%
BLUE value IS 122 (48.05% from 255) = 37.77%
R=46.44%
G=15.79%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505112200.660.190.41316.9749.2539.41
Hex96337A042132913d3127
Octal22663172010223514756147
Binary1001011011001111110100100001010011101001100111101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96337A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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