Html Css Color HEX #9D1098 Dark Magenta

📋 copy color: '#9D1098'

red 157 ◦ green 16 ◦ blue 152

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

Shades of Dark Magenta #9D1098

Tints of Dark Magenta #9D1098

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.92%

 BLUE value IS 152 (59.77% from 255) = 46.77%

R = 48.31%
G = 4.92%
B = 46.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#9D1098 (or 0x9D1098) is known color: Dark Magenta. HEX triplet: 9D, 10 and 98. RGB value is (157,16,152). Sum of RGB (Red+Green+Blue) = 157+16+152=325 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.31% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1098 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D1098 is #62EF67. Grayscale: #494949. Windows color (decimal): -6483816 or 9965725. OLE color: 9965725.

HSL color Cylindrical-coordinate representation of color #9D1098: hue angle of 302.13º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D1098 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 16 152 -
CMYK 0 0.90 0.03 0.38
HSL 302.13º 0.82% 0.34% -
HSV(B) 302.13º 0.9% 0.62% -
XYZ 19.76 9.81 30.56 -
YUV 73.66 172.21 187.44 -
System Red Green Blue C M Y K H S L
Decimal 157 16 152 0 0.90 0.03 0.38 302.13 0.82 0.34
Hex 9D 10 98 0 5A 3 26 12E 52 22
Octal 235 20 230 0 132 3 46 456 122 42
Binary 10011101 10000 10011000 0 1011010 11 100110 100101110 1010010 100010

Color Harmonies of #9D1098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1098

Black with #9D1098

Text Example


Text Example

White with #9D1098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,16,152); }

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

background-color css

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

 a { background-color: rgb(157,16,152); }

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

border-color css

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

 span { border-color: rgb(157,16,152); }

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