Html Css Color HEX #9D1D71 Dark Purple

📋 copy color: '#9D1D71'

red 157 ◦ green 29 ◦ blue 113

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

Shades of Dark Purple #9D1D71

Tints of Dark Purple #9D1D71

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.7%

 BLUE value IS 113 (44.53% from 255) = 37.79%

R = 52.51%
G = 9.7%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9D1D71 (or 0x9D1D71) is known color: Dark Purple. HEX triplet: 9D, 1D and 71. RGB value is (157,29,113). Sum of RGB (Red+Green+Blue) = 157+29+113=299 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.51% from 299); Green value is 29 (11.72% from 255 or 9.70% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1D71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1D71 is #62E28E. Grayscale: #4C4C4C. Windows color (decimal): -6480527 or 7413149. OLE color: 7413149.

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

Color convert

RGB 157 29 113 -
CMYK 0 0.82 0.28 0.38
HSL 320.63º 0.69% 0.36% -
HSV(B) 320.63º 0.82% 0.62% -
XYZ 17.32 9.24 16.49 -
YUV 76.85 148.41 185.17 -
System Red Green Blue C M Y K H S L
Decimal 157 29 113 0 0.82 0.28 0.38 320.63 0.69 0.36
Hex 9D 1D 71 0 52 1C 26 141 45 24
Octal 235 35 161 0 122 34 46 501 105 44
Binary 10011101 11101 1110001 0 1010010 11100 100110 101000001 1000101 100100

Color Harmonies of #9D1D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1D71

Black with #9D1D71

Text Example


Text Example

White with #9D1D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,29,113); }

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

background-color css

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

 a { background-color: rgb(157,29,113); }

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

border-color css

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

 span { border-color: rgb(157,29,113); }

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