Html Css Color HEX #9D0E89 Dark Magenta

📋 copy color: '#9D0E89'

red 157 ◦ green 14 ◦ blue 137

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

Shades of Dark Magenta #9D0E89

Tints of Dark Magenta #9D0E89

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.55%

 BLUE value IS 137 (53.91% from 255) = 44.48%

R = 50.97%
G = 4.55%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9D0E89 (or 0x9D0E89) is known color: Dark Magenta. HEX triplet: 9D, 0E and 89. RGB value is (157,14,137). Sum of RGB (Red+Green+Blue) = 157+14+137=308 (40% of max value = 765). Red value is 157 (61.72% from 255 or 50.97% from 308); Green value is 14 (5.86% from 255 or 4.55% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0E89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0E89 is #62F176. Grayscale: #464646. Windows color (decimal): -6484343 or 8982173. OLE color: 8982173.

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

Color convert

RGB 157 14 137 -
CMYK 0 0.91 0.13 0.38
HSL 308.39º 0.84% 0.34% -
HSV(B) 308.39º 0.91% 0.62% -
XYZ 18.58 9.29 24.48 -
YUV 70.78 165.38 189.5 -
System Red Green Blue C M Y K H S L
Decimal 157 14 137 0 0.91 0.13 0.38 308.39 0.84 0.34
Hex 9D E 89 0 5B D 26 134 54 22
Octal 235 16 211 0 133 15 46 464 124 42
Binary 10011101 1110 10001001 0 1011011 1101 100110 100110100 1010100 100010

Color Harmonies of #9D0E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0E89

Black with #9D0E89

Text Example


Text Example

White with #9D0E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,14,137); }

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

background-color css

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

 a { background-color: rgb(157,14,137); }

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

border-color css

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

 span { border-color: rgb(157,14,137); }

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