Html Css Color HEX #9D1980 Dark Purple

📋 copy color: '#9D1980'

red 157 ◦ green 25 ◦ blue 128

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

Shades of Dark Purple #9D1980

Tints of Dark Purple #9D1980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 41.29%

R = 50.65%
G = 8.06%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#9D1980 (or 0x9D1980) is known color: Dark Purple. HEX triplet: 9D, 19 and 80. RGB value is (157,25,128). Sum of RGB (Red+Green+Blue) = 157+25+128=310 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.65% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1980 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D1980 is #62E67F. Grayscale: #4B4B4B. Windows color (decimal): -6481536 or 8395165. OLE color: 8395165.

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

Color convert

RGB 157 25 128 -
CMYK 0 0.84 0.18 0.38
HSL 313.18º 0.73% 0.36% -
HSV(B) 313.18º 0.84% 0.62% -
XYZ 18.15 9.42 21.28 -
YUV 76.21 157.23 185.62 -
System Red Green Blue C M Y K H S L
Decimal 157 25 128 0 0.84 0.18 0.38 313.18 0.73 0.36
Hex 9D 19 80 0 54 12 26 139 49 24
Octal 235 31 200 0 124 22 46 471 111 44
Binary 10011101 11001 10000000 0 1010100 10010 100110 100111001 1001001 100100

Color Harmonies of #9D1980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1980

Black with #9D1980

Text Example


Text Example

White with #9D1980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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