Html Css Color HEX #9D0A87 Dark Magenta

📋 copy color: '#9D0A87'

red 157 ◦ green 10 ◦ blue 135

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

Shades of Dark Magenta #9D0A87

Tints of Dark Magenta #9D0A87

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.31%

 BLUE value IS 135 (53.13% from 255) = 44.7%

R = 51.99%
G = 3.31%
B = 44.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#9D0A87 (or 0x9D0A87) is known color: Dark Magenta. HEX triplet: 9D, 0A and 87. RGB value is (157,10,135). Sum of RGB (Red+Green+Blue) = 157+10+135=302 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.99% from 302); Green value is 10 (4.30% from 255 or 3.31% from 302); Blue value is 135 (53.12% from 255 or 44.70% from 302); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0A87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0A87 is #62F578. Grayscale: #434343. Windows color (decimal): -6485369 or 8850077. OLE color: 8850077.

HSL color Cylindrical-coordinate representation of color #9D0A87: hue angle of 308.98º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9D0A87 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 10 135 -
CMYK 0 0.94 0.14 0.38
HSL 308.98º 0.88% 0.33% -
HSV(B) 308.98º 0.94% 0.62% -
XYZ 18.39 9.13 23.72 -
YUV 68.2 165.7 191.34 -
System Red Green Blue C M Y K H S L
Decimal 157 10 135 0 0.94 0.14 0.38 308.98 0.88 0.33
Hex 9D A 87 0 5E E 26 135 58 21
Octal 235 12 207 0 136 16 46 465 130 41
Binary 10011101 1010 10000111 0 1011110 1110 100110 100110101 1011000 100001

Color Harmonies of #9D0A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0A87

Black with #9D0A87

Text Example


Text Example

White with #9D0A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,10,135); }

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

background-color css

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

 a { background-color: rgb(157,10,135); }

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

border-color css

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

 span { border-color: rgb(157,10,135); }

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