#96337B

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

Shades of Dark Purple #96337B

Tints of Dark Purple #96337B

Color information

#96337B (or 0x96337B) is unknown color: approx Dark Purple. HEX triplet: 96, 33 and 7B. RGB value is (150,51,123). Sum of RGB (Red+Green+Blue) = 150+51+123=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #96337B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96337B is #69CC84. Grayscale: #585858. Windows color (decimal): -6933637 or 8074134. OLE color: 8074134.

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

Color convert

RGB15051123-
CMYK00.660.180.41
HSL316.36º49.25%39.41%-
HSV(B)316.36º66%58.82%-
XYZ17.3410.2819.81-
YUV88.81147.3171.65-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.30%
GREEN value IS 51 (20.31% from 255) = 15.74%
BLUE value IS 123 (48.44% from 255) = 37.96%
R=46.30%
G=15.74%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505112300.660.180.41316.3649.2539.41
Hex96337B042122913c3127
Octal22663173010222514746147
Binary1001011011001111110110100001010010101001100111100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96337B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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