Html Css Color HEX #9D177F Dark Purple

📋 copy color: '#9D177F'

red 157 ◦ green 23 ◦ blue 127

#9D177F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #9D177F

Tints of Dark Purple #9D177F

RGB

 RED value IS 157 (61.72% from 255) = 51.14%

 GREEN value IS 23 (9.38% from 255) = 7.49%

 BLUE value IS 127 (50% from 255) = 41.37%

R = 51.14%
G = 7.49%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#9D177F (or 0x9D177F) is known color: Dark Purple. HEX triplet: 9D, 17 and 7F. RGB value is (157,23,127). Sum of RGB (Red+Green+Blue) = 157+23+127=307 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.14% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 157 - color contains mainly: red. Hex color #9D177F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D177F is #62E880. Grayscale: #4A4A4A. Windows color (decimal): -6482049 or 8329117. OLE color: 8329117.

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

Color convert

RGB 157 23 127 -
CMYK 0 0.85 0.19 0.38
HSL 313.43º 0.74% 0.35% -
HSV(B) 313.43º 0.85% 0.62% -
XYZ 18.04 9.31 20.93 -
YUV 74.92 157.39 186.54 -
System Red Green Blue C M Y K H S L
Decimal 157 23 127 0 0.85 0.19 0.38 313.43 0.74 0.35
Hex 9D 17 7F 0 55 13 26 139 4A 23
Octal 235 27 177 0 125 23 46 471 112 43
Binary 10011101 10111 1111111 0 1010101 10011 100110 100111001 1001010 100011

Color Harmonies of #9D177F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D177F

Black with #9D177F

Text Example


Text Example

White with #9D177F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,23,127); }

 H1.HeaderClassName
 {
   color: #9D177F;
 }
 .AnyTagClassName
 {
   color: #9D177F;
 }
</style>

background-color css

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

 a { background-color: rgb(157,23,127); }

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

border-color css

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

 span { border-color: rgb(157,23,127); }

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