Html Css Color HEX #9D038A Dark Magenta

📋 copy color: '#9D038A'

red 157 ◦ green 3 ◦ blue 138

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

Shades of Dark Magenta #9D038A

Tints of Dark Magenta #9D038A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 46.31%

R = 52.68%
G = 1.01%
B = 46.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#9D038A (or 0x9D038A) is known color: Dark Magenta. HEX triplet: 9D, 03 and 8A. RGB value is (157,3,138). Sum of RGB (Red+Green+Blue) = 157+3+138=298 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.68% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 138 (54.30% from 255 or 46.31% from 298); Max value from RGB is 157 - color contains mainly: red. Hex color #9D038A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D038A is #62FC75. Grayscale: #404040. Windows color (decimal): -6487158 or 9044893. OLE color: 9044893.

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

Color convert

RGB 157 3 138 -
CMYK 0 0.98 0.12 0.38
HSL 307.4º 0.96% 0.31% -
HSV(B) 307.4º 0.98% 0.62% -
XYZ 18.52 9.07 24.82 -
YUV 64.44 169.52 194.02 -
System Red Green Blue C M Y K H S L
Decimal 157 3 138 0 0.98 0.12 0.38 307.4 0.96 0.31
Hex 9D 3 8A 0 62 C 26 133 60 1F
Octal 235 3 212 0 142 14 46 463 140 37
Binary 10011101 11 10001010 0 1100010 1100 100110 100110011 1100000 11111

Color Harmonies of #9D038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D038A

Black with #9D038A

Text Example


Text Example

White with #9D038A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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