#96417C

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

Shades of Dark Purple #96417C

Tints of Dark Purple #96417C

Color information

#96417C (or 0x96417C) is unknown color: approx Dark Purple. HEX triplet: 96, 41 and 7C. RGB value is (150,65,124). Sum of RGB (Red+Green+Blue) = 150+65+124=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #96417C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96417C is #69BE83. Grayscale: #606060. Windows color (decimal): -6930052 or 8143254. OLE color: 8143254.

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

Color convert

RGB15065124-
CMYK00.570.170.41
HSL318.35º39.53%42.16%-
HSV(B)318.35º56.67%58.82%-
XYZ18.1111.7220.38-
YUV97.14143.16165.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.25%
GREEN value IS 65 (25.78% from 255) = 19.17%
BLUE value IS 124 (48.83% from 255) = 36.58%
R=44.25%
G=19.17%
B=36.58%

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
Decimal1506512400.570.170.41318.3539.5342.16
Hex96417C039112913e282a
Octal22610117407121514765052
Binary1001011010000011111100011100110001101001100111110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96417C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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