Html Css Color HEX #9D0180 Dark Magenta

📋 copy color: '#9D0180'

red 157 ◦ green 1 ◦ blue 128

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

Shades of Dark Magenta #9D0180

Tints of Dark Magenta #9D0180

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 54.9%
G = 0.35%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#9D0180 (or 0x9D0180) is known color: Dark Magenta. HEX triplet: 9D, 01 and 80. RGB value is (157,1,128). Sum of RGB (Red+Green+Blue) = 157+1+128=286 (37% of max value = 765). Red value is 157 (61.72% from 255 or 54.90% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 128 (50.39% from 255 or 44.76% from 286); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0180 is #62FE7F. Grayscale: #3D3D3D. Windows color (decimal): -6487680 or 8389021. OLE color: 8389021.

HSL color Cylindrical-coordinate representation of color #9D0180: hue angle of 311.15º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9D0180 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 1 128 -
CMYK 0 0.99 0.18 0.38
HSL 311.15º 0.99% 0.31% -
HSV(B) 311.15º 0.99% 0.62% -
XYZ 17.81 8.75 21.17 -
YUV 62.12 165.18 195.67 -
System Red Green Blue C M Y K H S L
Decimal 157 1 128 0 0.99 0.18 0.38 311.15 0.99 0.31
Hex 9D 1 80 0 63 12 26 137 63 1F
Octal 235 1 200 0 143 22 46 467 143 37
Binary 10011101 1 10000000 0 1100011 10010 100110 100110111 1100011 11111

Color Harmonies of #9D0180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0180

Black with #9D0180

Text Example


Text Example

White with #9D0180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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