#9D317C

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

Shades of Dark Purple #9D317C

Tints of Dark Purple #9D317C

Color information

#9D317C (or 0x9D317C) is unknown color: approx Dark Purple. HEX triplet: 9D, 31 and 7C. RGB value is (157,49,124). Sum of RGB (Red+Green+Blue) = 157+49+124=330 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.58% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 157 - color contains mainly: red. Hex color #9D317C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D317C is #62CE83. Grayscale: #595959. Windows color (decimal): -6475396 or 8139165. OLE color: 8139165.

HSL color Cylindrical-coordinate representation of color #9D317C: hue angle of 318.33º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D317C is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB15749124-
CMYK00.690.210.38
HSL318.33º52.43%40.39%-
HSV(B)318.33º68.79%61.57%-
XYZ18.6410.8220.17-
YUV89.84147.28175.9-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.58%
GREEN value IS 49 (19.53% from 255) = 14.85%
BLUE value IS 124 (48.83% from 255) = 37.58%
R=47.58%
G=14.85%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1574912400.690.210.38318.3352.4340.39
Hex9D317C045152613e3428
Octal23561174010525464766450
Binary1001110111000111111000100010110101100110100111110110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D317C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D317C; }

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

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

<style>
 a { background-color: #9D317C; }

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

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

<style>
 span { border-color: #9D317C; }

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

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