Html Css Color HEX #9D088C Dark Magenta

📋 copy color: '#9D088C'

red 157 ◦ green 8 ◦ blue 140

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

Shades of Dark Magenta #9D088C

Tints of Dark Magenta #9D088C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.62%

 BLUE value IS 140 (55.08% from 255) = 45.9%

R = 51.48%
G = 2.62%
B = 45.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9D088C (or 0x9D088C) is known color: Dark Magenta. HEX triplet: 9D, 08 and 8C. RGB value is (157,8,140). Sum of RGB (Red+Green+Blue) = 157+8+140=305 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.48% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 157 - color contains mainly: red. Hex color #9D088C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D088C is #62F773. Grayscale: #434343. Windows color (decimal): -6485876 or 9177245. OLE color: 9177245.

HSL color Cylindrical-coordinate representation of color #9D088C: hue angle of 306.85º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9D088C is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 8 140 -
CMYK 0 0.95 0.11 0.38
HSL 306.85º 0.9% 0.32% -
HSV(B) 306.85º 0.95% 0.62% -
XYZ 18.73 9.24 25.61 -
YUV 67.6 168.86 191.77 -
System Red Green Blue C M Y K H S L
Decimal 157 8 140 0 0.95 0.11 0.38 306.85 0.9 0.32
Hex 9D 8 8C 0 5F B 26 133 5A 20
Octal 235 10 214 0 137 13 46 463 132 40
Binary 10011101 1000 10001100 0 1011111 1011 100110 100110011 1011010 100000

Color Harmonies of #9D088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D088C

Black with #9D088C

Text Example


Text Example

White with #9D088C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,8,140); }

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

background-color css

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

 a { background-color: rgb(157,8,140); }

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

border-color css

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

 span { border-color: rgb(157,8,140); }

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