#96377B

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

Shades of Dark Purple #96377B

Tints of Dark Purple #96377B

Color information

#96377B (or 0x96377B) is unknown color: approx Dark Purple. HEX triplet: 96, 37 and 7B. RGB value is (150,55,123). Sum of RGB (Red+Green+Blue) = 150+55+123=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #96377B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96377B is #69C884. Grayscale: #5A5A5A. Windows color (decimal): -6932613 or 8075158. OLE color: 8075158.

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

Color convert

RGB15055123-
CMYK00.630.180.41
HSL317.05º46.34%40.2%-
HSV(B)317.05º63.33%58.82%-
XYZ17.5210.6519.87-
YUV91.16145.97169.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.73%
GREEN value IS 55 (21.88% from 255) = 16.77%
BLUE value IS 123 (48.44% from 255) = 37.5%
R=45.73%
G=16.77%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505512300.630.180.41317.0546.3440.2
Hex96377B03F122913d2e28
Octal2266717307722514755650
Binary100101101101111111011011111110010101001100111101101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96377B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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