Html Css Color HEX #9D2071 Dark Purple

📋 copy color: '#9D2071'

red 157 ◦ green 32 ◦ blue 113

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

Shades of Dark Purple #9D2071

Tints of Dark Purple #9D2071

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.6%

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

R = 51.99%
G = 10.6%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9D2071 (or 0x9D2071) is known color: Dark Purple. HEX triplet: 9D, 20 and 71. RGB value is (157,32,113). Sum of RGB (Red+Green+Blue) = 157+32+113=302 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.99% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2071 is #62DF8E. Grayscale: #4E4E4E. Windows color (decimal): -6479759 or 7413917. OLE color: 7413917.

HSL color Cylindrical-coordinate representation of color #9D2071: hue angle of 321.12º degrees, saturation: 0.66, 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 #9D2071 is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 32 113 -
CMYK 0 0.80 0.28 0.38
HSL 321.12º 0.66% 0.37% -
HSV(B) 321.12º 0.8% 0.62% -
XYZ 17.4 9.39 16.52 -
YUV 78.61 147.41 183.91 -
System Red Green Blue C M Y K H S L
Decimal 157 32 113 0 0.80 0.28 0.38 321.12 0.66 0.37
Hex 9D 20 71 0 50 1C 26 141 42 25
Octal 235 40 161 0 120 34 46 501 102 45
Binary 10011101 100000 1110001 0 1010000 11100 100110 101000001 1000010 100101

Color Harmonies of #9D2071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2071

Black with #9D2071

Text Example


Text Example

White with #9D2071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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