#96407D

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

Shades of Dark Purple #96407D

Tints of Dark Purple #96407D

Color information

#96407D (or 0x96407D) is unknown color: approx Dark Purple. HEX triplet: 96, 40 and 7D. RGB value is (150,64,125). Sum of RGB (Red+Green+Blue) = 150+64+125=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #96407D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96407D is #69BF82. Grayscale: #606060. Windows color (decimal): -6930307 or 8208534. OLE color: 8208534.

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

Color convert

RGB15064125-
CMYK00.570.170.41
HSL317.44º40.19%41.96%-
HSV(B)317.44º57.33%58.82%-
XYZ18.1111.6320.69-
YUV96.67143.99166.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.25%
GREEN value IS 64 (25.39% from 255) = 18.88%
BLUE value IS 125 (49.22% from 255) = 36.87%
R=44.25%
G=18.88%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506412500.570.170.41317.4440.1941.96
Hex96407D039112913d282a
Octal22610017507121514755052
Binary1001011010000001111101011100110001101001100111101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96407D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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