#96387A

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

Shades of Dark Purple #96387A

Tints of Dark Purple #96387A

Color information

#96387A (or 0x96387A) is unknown color: approx Dark Purple. HEX triplet: 96, 38 and 7A. RGB value is (150,56,122). Sum of RGB (Red+Green+Blue) = 150+56+122=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #96387A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96387A is #69C785. Grayscale: #5B5B5B. Windows color (decimal): -6932358 or 8009878. OLE color: 8009878.

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

Color convert

RGB15056122-
CMYK00.630.190.41
HSL317.87º45.63%40.39%-
HSV(B)317.87º62.67%58.82%-
XYZ17.510.7219.56-
YUV91.63145.14169.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.73%
GREEN value IS 56 (22.27% from 255) = 17.07%
BLUE value IS 122 (48.05% from 255) = 37.20%
R=45.73%
G=17.07%
B=37.20%

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
Decimal1505612200.630.190.41317.8745.6340.39
Hex96387A03F132913e2e28
Octal2267017207723514765650
Binary100101101110001111010011111110011101001100111110101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96387A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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