Html Css Color HEX #9D029C Dark Magenta

📋 copy color: '#9D029C'

red 157 ◦ green 2 ◦ blue 156

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

Shades of Dark Magenta #9D029C

Tints of Dark Magenta #9D029C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 49.52%

R = 49.84%
G = 0.63%
B = 49.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#9D029C (or 0x9D029C) is known color: Dark Magenta. HEX triplet: 9D, 02 and 9C. RGB value is (157,2,156). Sum of RGB (Red+Green+Blue) = 157+2+156=315 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.84% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 156 (61.33% from 255 or 49.52% from 315); Max value from RGB is 157 - color contains mainly: red. Hex color #9D029C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D029C is #62FD63. Grayscale: #414141. Windows color (decimal): -6487396 or 10224285. OLE color: 10224285.

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

Color convert

RGB 157 2 156 -
CMYK 0 0.99 0.01 0.38
HSL 300.39º 0.97% 0.31% -
HSV(B) 300.39º 0.99% 0.62% -
XYZ 19.93 9.61 32.26 -
YUV 65.9 178.85 192.98 -
System Red Green Blue C M Y K H S L
Decimal 157 2 156 0 0.99 0.01 0.38 300.39 0.97 0.31
Hex 9D 2 9C 0 63 1 26 12C 61 1F
Octal 235 2 234 0 143 1 46 454 141 37
Binary 10011101 10 10011100 0 1100011 1 100110 100101100 1100001 11111

Color Harmonies of #9D029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D029C

Black with #9D029C

Text Example


Text Example

White with #9D029C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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