Html Css Color HEX #9D0E8E Dark Magenta

📋 copy color: '#9D0E8E'

red 157 ◦ green 14 ◦ blue 142

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

Shades of Dark Magenta #9D0E8E

Tints of Dark Magenta #9D0E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 45.37%

R = 50.16%
G = 4.47%
B = 45.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9D0E8E (or 0x9D0E8E) is known color: Dark Magenta. HEX triplet: 9D, 0E and 8E. RGB value is (157,14,142). Sum of RGB (Red+Green+Blue) = 157+14+142=313 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.16% from 313); Green value is 14 (5.86% from 255 or 4.47% from 313); Blue value is 142 (55.86% from 255 or 45.37% from 313); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0E8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0E8E is #62F171. Grayscale: #464646. Windows color (decimal): -6484338 or 9309853. OLE color: 9309853.

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

Color convert

RGB 157 14 142 -
CMYK 0 0.91 0.10 0.38
HSL 306.29º 0.84% 0.34% -
HSV(B) 306.29º 0.91% 0.62% -
XYZ 18.94 9.44 26.41 -
YUV 71.35 167.88 189.09 -
System Red Green Blue C M Y K H S L
Decimal 157 14 142 0 0.91 0.10 0.38 306.29 0.84 0.34
Hex 9D E 8E 0 5B A 26 132 54 22
Octal 235 16 216 0 133 12 46 462 124 42
Binary 10011101 1110 10001110 0 1011011 1010 100110 100110010 1010100 100010

Color Harmonies of #9D0E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0E8E

Black with #9D0E8E

Text Example


Text Example

White with #9D0E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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