Html Css Color HEX #9D2871 Dark Purple

📋 copy color: '#9D2871'

red 157 ◦ green 40 ◦ blue 113

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

Shades of Dark Purple #9D2871

Tints of Dark Purple #9D2871

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.9%

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

R = 50.65%
G = 12.9%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9D2871 (or 0x9D2871) is known color: Dark Purple. HEX triplet: 9D, 28 and 71. RGB value is (157,40,113). Sum of RGB (Red+Green+Blue) = 157+40+113=310 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.65% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2871 is #62D78E. Grayscale: #535353. Windows color (decimal): -6477711 or 7415965. OLE color: 7415965.

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

Color convert

RGB 157 40 113 -
CMYK 0 0.75 0.28 0.38
HSL 322.56º 0.59% 0.39% -
HSV(B) 322.56º 0.75% 0.62% -
XYZ 17.64 9.88 16.6 -
YUV 83.31 144.76 180.56 -
System Red Green Blue C M Y K H S L
Decimal 157 40 113 0 0.75 0.28 0.38 322.56 0.59 0.39
Hex 9D 28 71 0 4B 1C 26 143 3B 27
Octal 235 50 161 0 113 34 46 503 73 47
Binary 10011101 101000 1110001 0 1001011 11100 100110 101000011 111011 100111

Color Harmonies of #9D2871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2871

Black with #9D2871

Text Example


Text Example

White with #9D2871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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