Html Css Color HEX #9D209E Dark Magenta

📋 copy color: '#9D209E'

red 157 ◦ green 32 ◦ blue 158

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

Shades of Dark Magenta #9D209E

Tints of Dark Magenta #9D209E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.22%

 BLUE value IS 158 (62.11% from 255) = 45.53%

R = 45.24%
G = 9.22%
B = 45.53%

CMYK

 C value IS 0.01

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9D209E (or 0x9D209E) is known color: Dark Magenta. HEX triplet: 9D, 20 and 9E. RGB value is (157,32,158). Sum of RGB (Red+Green+Blue) = 157+32+158=347 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.24% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 158 - color contains mainly: blue. Hex color #9D209E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D209E is #62DF61. Grayscale: #535353. Windows color (decimal): -6479714 or 10363037. OLE color: 10363037.

HSL color Cylindrical-coordinate representation of color #9D209E: hue angle of 299.52º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D209E is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 32 158 -
CMYK 0.01 0.80 0 0.38
HSL 299.52º 0.66% 0.37% -
HSV(B) 299.52º 0.8% 0.62% -
XYZ 20.59 10.67 33.32 -
YUV 83.74 169.91 180.25 -
System Red Green Blue C M Y K H S L
Decimal 157 32 158 0.01 0.80 0 0.38 299.52 0.66 0.37
Hex 9D 20 9E 1 50 0 26 12C 42 25
Octal 235 40 236 1 120 0 46 454 102 45
Binary 10011101 100000 10011110 1 1010000 0 100110 100101100 1000010 100101

Color Harmonies of #9D209E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D209E

Black with #9D209E

Text Example


Text Example

White with #9D209E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,32,158); }

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

background-color css

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

 a { background-color: rgb(157,32,158); }

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

border-color css

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

 span { border-color: rgb(157,32,158); }

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