#96377C

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

Shades of Dark Purple #96377C

Tints of Dark Purple #96377C

Color information

#96377C (or 0x96377C) is unknown color: approx Dark Purple. HEX triplet: 96, 37 and 7C. RGB value is (150,55,124). Sum of RGB (Red+Green+Blue) = 150+55+124=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #96377C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96377C is #69C883. Grayscale: #5B5B5B. Windows color (decimal): -6932612 or 8140694. OLE color: 8140694.

HSL color Cylindrical-coordinate representation of color #96377C: hue angle of 316.42º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #96377C is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB15055124-
CMYK00.630.170.41
HSL316.42º46.34%40.2%-
HSV(B)316.42º63.33%58.82%-
XYZ17.5810.6720.2-
YUV91.27146.47169.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.59%
GREEN value IS 55 (21.88% from 255) = 16.72%
BLUE value IS 124 (48.83% from 255) = 37.69%
R=45.59%
G=16.72%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505512400.630.170.41316.4246.3440.2
Hex96377C03F112913c2e28
Octal2266717407721514745650
Binary100101101101111111100011111110001101001100111100101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96377C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96377C; }

 p { color: rgb(150,55,124); }

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

<style>
 a { background-color: #96377C; }

 a { background-color: rgb(150,55,124); }

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

<style>
 span { border-color: #96377C; }

 span { border-color: rgb(150,55,124); }

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