#9D1F77

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

Shades of Dark Purple #9D1F77

Tints of Dark Purple #9D1F77

Color information

#9D1F77 (or 0x9D1F77) is unknown color: approx Dark Purple. HEX triplet: 9D, 1F and 77. RGB value is (157,31,119). Sum of RGB (Red+Green+Blue) = 157+31+119=307 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.14% from 307); Green value is 31 (12.5% from 255 or 10.10% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1F77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1F77 is #62E088. Grayscale: #4E4E4E. Windows color (decimal): -6480009 or 7806877. OLE color: 7806877.

HSL color Cylindrical-coordinate representation of color #9D1F77: hue angle of 318.1º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D1F77 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB15731119-
CMYK00.800.240.38
HSL318.1º67.02%36.86%-
HSV(B)318.1º80.25%61.57%-
XYZ17.729.4818.35-
YUV78.71150.74183.84-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 51.14%
GREEN value IS 31 (12.5% from 255) = 10.10%
BLUE value IS 119 (46.88% from 255) = 38.76%
R=51.14%
G=10.10%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1573111900.800.240.38318.167.0236.86
Hex9D1F77050182613e4325
Octal235371670120304647610345
Binary1001110111111111011101010000110001001101001111101000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,31,119); }

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

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

 a { background-color: rgb(157,31,119); }

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

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

 span { border-color: rgb(157,31,119); }

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