#9D157C

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

Shades of Dark Purple #9D157C

Tints of Dark Purple #9D157C

Color information

#9D157C (or 0x9D157C) is unknown color: approx Dark Purple. HEX triplet: 9D, 15 and 7C. RGB value is (157,21,124). Sum of RGB (Red+Green+Blue) = 157+21+124=302 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.99% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 157 - color contains mainly: red. Hex color #9D157C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D157C is #62EA83. Grayscale: #494949. Windows color (decimal): -6482564 or 8131997. OLE color: 8131997.

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

Color convert

RGB15721124-
CMYK00.870.210.38
HSL314.56º76.4%34.9%-
HSV(B)314.56º86.62%61.57%-
XYZ17.819.1619.9-
YUV73.41156.56187.62-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 51.99%
GREEN value IS 21 (8.59% from 255) = 6.95%
BLUE value IS 124 (48.83% from 255) = 41.06%
R=51.99%
G=6.95%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1572112400.870.210.38314.5676.434.9
Hex9D157C057152613b4c23
Octal235251740127254647311443
Binary1001110110101111110001010111101011001101001110111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D157C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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