Html Css Color HEX #9D1973 Dark Purple

📋 copy color: '#9D1973'

red 157 ◦ green 25 ◦ blue 115

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

Shades of Dark Purple #9D1973

Tints of Dark Purple #9D1973

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.42%

 BLUE value IS 115 (45.31% from 255) = 38.72%

R = 52.86%
G = 8.42%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#9D1973 (or 0x9D1973) is known color: Dark Purple. HEX triplet: 9D, 19 and 73. RGB value is (157,25,115). Sum of RGB (Red+Green+Blue) = 157+25+115=297 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.86% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1973 is #62E68C. Grayscale: #4A4A4A. Windows color (decimal): -6481549 or 7543197. OLE color: 7543197.

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

Color convert

RGB 157 25 115 -
CMYK 0 0.84 0.27 0.38
HSL 319.09º 0.73% 0.36% -
HSV(B) 319.09º 0.84% 0.62% -
XYZ 17.35 9.1 17.06 -
YUV 74.73 150.73 186.68 -
System Red Green Blue C M Y K H S L
Decimal 157 25 115 0 0.84 0.27 0.38 319.09 0.73 0.36
Hex 9D 19 73 0 54 1B 26 13F 49 24
Octal 235 31 163 0 124 33 46 477 111 44
Binary 10011101 11001 1110011 0 1010100 11011 100110 100111111 1001001 100100

Color Harmonies of #9D1973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1973

Black with #9D1973

Text Example


Text Example

White with #9D1973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,25,115); }

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

background-color css

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

 a { background-color: rgb(157,25,115); }

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

border-color css

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

 span { border-color: rgb(157,25,115); }

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