#96287D

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

Shades of Dark Purple #96287D

Tints of Dark Purple #96287D

Color information

#96287D (or 0x96287D) is unknown color: approx Dark Purple. HEX triplet: 96, 28 and 7D. RGB value is (150,40,125). Sum of RGB (Red+Green+Blue) = 150+40+125=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #96287D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96287D is #69D782. Grayscale: #525252. Windows color (decimal): -6936451 or 8202390. OLE color: 8202390.

HSL color Cylindrical-coordinate representation of color #96287D: hue angle of 313.64º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #96287D is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB15040125-
CMYK00.730.170.41
HSL313.64º57.89%37.25%-
HSV(B)313.64º73.33%58.82%-
XYZ17.049.4820.33-
YUV82.58151.94176.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.62%
GREEN value IS 40 (16.02% from 255) = 12.70%
BLUE value IS 125 (49.22% from 255) = 39.68%
R=47.62%
G=12.70%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504012500.730.170.41313.6457.8937.25
Hex96287D049112913a3a25
Octal22650175011121514727245
Binary1001011010100011111010100100110001101001100111010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96287D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96287D; }

 p { color: rgb(150,40,125); }

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

<style>
 a { background-color: #96287D; }

 a { background-color: rgb(150,40,125); }

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

<style>
 span { border-color: #96287D; }

 span { border-color: rgb(150,40,125); }

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