Html Css Color HEX #9D039A Dark Magenta

📋 copy color: '#9D039A'

red 157 ◦ green 3 ◦ blue 154

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

Shades of Dark Magenta #9D039A

Tints of Dark Magenta #9D039A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

 BLUE value IS 154 (60.55% from 255) = 49.04%

R = 50%
G = 0.96%
B = 49.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#9D039A (or 0x9D039A) is known color: Dark Magenta. HEX triplet: 9D, 03 and 9A. RGB value is (157,3,154). Sum of RGB (Red+Green+Blue) = 157+3+154=314 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 154 (60.55% from 255 or 49.04% from 314); Max value from RGB is 157 - color contains mainly: red. Hex color #9D039A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D039A is #62FC65. Grayscale: #414141. Windows color (decimal): -6487142 or 10093469. OLE color: 10093469.

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

Color convert

RGB 157 3 154 -
CMYK 0 0.98 0.02 0.38
HSL 301.17º 0.96% 0.31% -
HSV(B) 301.17º 0.98% 0.62% -
XYZ 19.77 9.57 31.38 -
YUV 66.26 177.52 192.72 -
System Red Green Blue C M Y K H S L
Decimal 157 3 154 0 0.98 0.02 0.38 301.17 0.96 0.31
Hex 9D 3 9A 0 62 2 26 12D 60 1F
Octal 235 3 232 0 142 2 46 455 140 37
Binary 10011101 11 10011010 0 1100010 10 100110 100101101 1100000 11111

Color Harmonies of #9D039A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D039A

Black with #9D039A

Text Example


Text Example

White with #9D039A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,3,154); }

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

background-color css

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

 a { background-color: rgb(157,3,154); }

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

border-color css

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

 span { border-color: rgb(157,3,154); }

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