#96407B

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

Shades of Dark Purple #96407B

Tints of Dark Purple #96407B

Color information

#96407B (or 0x96407B) is unknown color: approx Dark Purple. HEX triplet: 96, 40 and 7B. RGB value is (150,64,123). Sum of RGB (Red+Green+Blue) = 150+64+123=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #96407B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96407B is #69BF84. Grayscale: #606060. Windows color (decimal): -6930309 or 8077462. OLE color: 8077462.

HSL color Cylindrical-coordinate representation of color #96407B: hue angle of 318.84º 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 #96407B is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB15064123-
CMYK00.570.180.41
HSL318.84º40.19%41.96%-
HSV(B)318.84º57.33%58.82%-
XYZ17.9911.5820.03-
YUV96.44142.99166.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.51%
GREEN value IS 64 (25.39% from 255) = 18.99%
BLUE value IS 123 (48.44% from 255) = 36.50%
R=44.51%
G=18.99%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506412300.570.180.41318.8440.1941.96
Hex96407B039122913f282a
Octal22610017307122514775052
Binary1001011010000001111011011100110010101001100111111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96407B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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