#96377A

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

Shades of Dark Purple #96377A

Tints of Dark Purple #96377A

Color information

#96377A (or 0x96377A) is unknown color: approx Dark Purple. HEX triplet: 96, 37 and 7A. RGB value is (150,55,122). Sum of RGB (Red+Green+Blue) = 150+55+122=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #96377A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96377A is #69C885. Grayscale: #5A5A5A. Windows color (decimal): -6932614 or 8009622. OLE color: 8009622.

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

Color convert

RGB15055122-
CMYK00.630.190.41
HSL317.68º46.34%40.2%-
HSV(B)317.68º63.33%58.82%-
XYZ17.4610.6219.54-
YUV91.04145.47170.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.87%
GREEN value IS 55 (21.88% from 255) = 16.82%
BLUE value IS 122 (48.05% from 255) = 37.31%
R=45.87%
G=16.82%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505512200.630.190.41317.6846.3440.2
Hex96377A03F132913e2e28
Octal2266717207723514765650
Binary100101101101111111010011111110011101001100111110101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96377A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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