Html Css Color HEX #9D0088 Dark Magenta

📋 copy color: '#9D0088'

red 157 ◦ green 0 ◦ blue 136

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

Shades of Dark Magenta #9D0088

Tints of Dark Magenta #9D0088

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 136 (53.52% from 255) = 46.42%

R = 53.58%
G = 0%
B = 46.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9D0088 (or 0x9D0088) is known color: Dark Magenta. HEX triplet: 9D, 00 and 88. RGB value is (157,0,136). Sum of RGB (Red+Green+Blue) = 157+0+136=293 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.58% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 136 (53.52% from 255 or 46.42% from 293); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0088 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0088 is #62FF77. Grayscale: #3E3E3E. Windows color (decimal): -6487928 or 8913053. OLE color: 8913053.

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

Color convert

RGB 157 0 136 -
CMYK 0 1 0.13 0.38
HSL 308.03º 1% 0.31% -
HSV(B) 308.03º 1% 0.62% -
XYZ 18.35 8.95 24.05 -
YUV 62.45 169.51 195.44 -
System Red Green Blue C M Y K H S L
Decimal 157 0 136 0 1 0.13 0.38 308.03 1 0.31
Hex 9D 0 88 0 64 D 26 134 64 1F
Octal 235 0 210 0 144 15 46 464 144 37
Binary 10011101 0 10001000 0 1100100 1101 100110 100110100 1100100 11111

Color Harmonies of #9D0088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0088

Black with #9D0088

Text Example


Text Example

White with #9D0088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,0,136); }

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

background-color css

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

 a { background-color: rgb(157,0,136); }

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

border-color css

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

 span { border-color: rgb(157,0,136); }

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