#96387E

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

Shades of Dark Purple #96387E

Tints of Dark Purple #96387E

Color information

#96387E (or 0x96387E) is unknown color: approx Dark Purple. HEX triplet: 96, 38 and 7E. RGB value is (150,56,126). Sum of RGB (Red+Green+Blue) = 150+56+126=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #96387E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96387E is #69C781. Grayscale: #5B5B5B. Windows color (decimal): -6932354 or 8272022. OLE color: 8272022.

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

Color convert

RGB15056126-
CMYK00.630.160.41
HSL315.32º45.63%40.39%-
HSV(B)315.32º62.67%58.82%-
XYZ17.7610.8220.89-
YUV92.09147.14169.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.18%
GREEN value IS 56 (22.27% from 255) = 16.87%
BLUE value IS 126 (49.61% from 255) = 37.95%
R=45.18%
G=16.87%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505612600.630.160.41315.3245.6340.39
Hex96387E03F102913b2e28
Octal2267017607720514735650
Binary100101101110001111110011111110000101001100111011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96387E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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