Html Css Color HEX #9D0299 Dark Magenta

📋 copy color: '#9D0299'

red 157 ◦ green 2 ◦ blue 153

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

Shades of Dark Magenta #9D0299

Tints of Dark Magenta #9D0299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

 BLUE value IS 153 (60.16% from 255) = 49.04%

R = 50.32%
G = 0.64%
B = 49.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#9D0299 (or 0x9D0299) is known color: Dark Magenta. HEX triplet: 9D, 02 and 99. RGB value is (157,2,153). Sum of RGB (Red+Green+Blue) = 157+2+153=312 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.32% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 153 (60.16% from 255 or 49.04% from 312); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0299 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0299 is #62FD66. Grayscale: #414141. Windows color (decimal): -6487399 or 10027677. OLE color: 10027677.

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

Color convert

RGB 157 2 153 -
CMYK 0 0.99 0.03 0.38
HSL 301.55º 0.97% 0.31% -
HSV(B) 301.55º 0.99% 0.62% -
XYZ 19.68 9.51 30.94 -
YUV 65.56 177.35 193.22 -
System Red Green Blue C M Y K H S L
Decimal 157 2 153 0 0.99 0.03 0.38 301.55 0.97 0.31
Hex 9D 2 99 0 63 3 26 12E 61 1F
Octal 235 2 231 0 143 3 46 456 141 37
Binary 10011101 10 10011001 0 1100011 11 100110 100101110 1100001 11111

Color Harmonies of #9D0299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0299

Black with #9D0299

Text Example


Text Example

White with #9D0299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,2,153); }

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

background-color css

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

 a { background-color: rgb(157,2,153); }

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

border-color css

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

 span { border-color: rgb(157,2,153); }

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