Html Css Color HEX #9D1293 Dark Magenta

📋 copy color: '#9D1293'

red 157 ◦ green 18 ◦ blue 147

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

Shades of Dark Magenta #9D1293

Tints of Dark Magenta #9D1293

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.59%

 BLUE value IS 147 (57.81% from 255) = 45.65%

R = 48.76%
G = 5.59%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#9D1293 (or 0x9D1293) is known color: Dark Magenta. HEX triplet: 9D, 12 and 93. RGB value is (157,18,147). Sum of RGB (Red+Green+Blue) = 157+18+147=322 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.76% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 147 (57.81% from 255 or 45.65% from 322); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1293 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D1293 is #62ED6C. Grayscale: #494949. Windows color (decimal): -6483309 or 9638557. OLE color: 9638557.

HSL color Cylindrical-coordinate representation of color #9D1293: hue angle of 304.32º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D1293 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 18 147 -
CMYK 0 0.89 0.06 0.38
HSL 304.32º 0.79% 0.34% -
HSV(B) 304.32º 0.89% 0.62% -
XYZ 19.39 9.71 28.46 -
YUV 74.27 169.05 187.01 -
System Red Green Blue C M Y K H S L
Decimal 157 18 147 0 0.89 0.06 0.38 304.32 0.79 0.34
Hex 9D 12 93 0 59 6 26 130 4F 22
Octal 235 22 223 0 131 6 46 460 117 42
Binary 10011101 10010 10010011 0 1011001 110 100110 100110000 1001111 100010

Color Harmonies of #9D1293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1293

Black with #9D1293

Text Example


Text Example

White with #9D1293

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,18,147); }

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

background-color css

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

 a { background-color: rgb(157,18,147); }

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

border-color css

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

 span { border-color: rgb(157,18,147); }

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