#96387C

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

Shades of Dark Purple #96387C

Tints of Dark Purple #96387C

Color information

#96387C (or 0x96387C) is unknown color: approx Dark Purple. HEX triplet: 96, 38 and 7C. RGB value is (150,56,124). Sum of RGB (Red+Green+Blue) = 150+56+124=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #96387C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96387C is #69C783. Grayscale: #5B5B5B. Windows color (decimal): -6932356 or 8140950. OLE color: 8140950.

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

Color convert

RGB15056124-
CMYK00.630.170.41
HSL316.6º45.63%40.39%-
HSV(B)316.6º62.67%58.82%-
XYZ17.6310.7720.22-
YUV91.86146.14169.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.45%
GREEN value IS 56 (22.27% from 255) = 16.97%
BLUE value IS 124 (48.83% from 255) = 37.58%
R=45.45%
G=16.97%
B=37.58%

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
Decimal1505612400.630.170.41316.645.6340.39
Hex96387C03F112913d2e28
Octal2267017407721514755650
Binary100101101110001111100011111110001101001100111101101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96387C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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