#96317C

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

Shades of Dark Purple #96317C

Tints of Dark Purple #96317C

Color information

#96317C (or 0x96317C) is unknown color: approx Dark Purple. HEX triplet: 96, 31 and 7C. RGB value is (150,49,124). Sum of RGB (Red+Green+Blue) = 150+49+124=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #96317C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96317C is #69CE83. Grayscale: #575757. Windows color (decimal): -6934148 or 8139158. OLE color: 8139158.

HSL color Cylindrical-coordinate representation of color #96317C: hue angle of 315.45º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96317C is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB15049124-
CMYK00.670.170.41
HSL315.45º50.75%39.02%-
HSV(B)315.45º67.33%58.82%-
XYZ17.3110.1420.11-
YUV87.75148.46172.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.44%
GREEN value IS 49 (19.53% from 255) = 15.17%
BLUE value IS 124 (48.83% from 255) = 38.39%
R=46.44%
G=15.17%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504912400.670.170.41315.4550.7539.02
Hex96317C043112913b3327
Octal22661174010321514736347
Binary1001011011000111111000100001110001101001100111011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96317C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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