Html Css Color HEX #9D1979 Dark Purple

📋 copy color: '#9D1979'

red 157 ◦ green 25 ◦ blue 121

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

Shades of Dark Purple #9D1979

Tints of Dark Purple #9D1979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 39.93%

R = 51.82%
G = 8.25%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9D1979 (or 0x9D1979) is known color: Dark Purple. HEX triplet: 9D, 19 and 79. RGB value is (157,25,121). Sum of RGB (Red+Green+Blue) = 157+25+121=303 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.82% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1979 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1979 is #62E686. Grayscale: #4B4B4B. Windows color (decimal): -6481543 or 7936413. OLE color: 7936413.

HSL color Cylindrical-coordinate representation of color #9D1979: hue angle of 316.36º 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 #9D1979 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 25 121 -
CMYK 0 0.84 0.23 0.38
HSL 316.36º 0.73% 0.36% -
HSV(B) 316.36º 0.84% 0.62% -
XYZ 17.7 9.24 18.94 -
YUV 75.41 153.73 186.19 -
System Red Green Blue C M Y K H S L
Decimal 157 25 121 0 0.84 0.23 0.38 316.36 0.73 0.36
Hex 9D 19 79 0 54 17 26 13C 49 24
Octal 235 31 171 0 124 27 46 474 111 44
Binary 10011101 11001 1111001 0 1010100 10111 100110 100111100 1001001 100100

Color Harmonies of #9D1979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1979

Black with #9D1979

Text Example


Text Example

White with #9D1979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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