Html Css Color HEX #9D088D Dark Magenta

📋 copy color: '#9D088D'

red 157 ◦ green 8 ◦ blue 141

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

Shades of Dark Magenta #9D088D

Tints of Dark Magenta #9D088D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 46.08%

R = 51.31%
G = 2.61%
B = 46.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9D088D (or 0x9D088D) is known color: Dark Magenta. HEX triplet: 9D, 08 and 8D. RGB value is (157,8,141). Sum of RGB (Red+Green+Blue) = 157+8+141=306 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.31% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 157 - color contains mainly: red. Hex color #9D088D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D088D is #62F772. Grayscale: #434343. Windows color (decimal): -6485875 or 9242781. OLE color: 9242781.

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

Color convert

RGB 157 8 141 -
CMYK 0 0.95 0.10 0.38
HSL 306.44º 0.9% 0.32% -
HSV(B) 306.44º 0.95% 0.62% -
XYZ 18.8 9.26 26 -
YUV 67.71 169.36 191.69 -
System Red Green Blue C M Y K H S L
Decimal 157 8 141 0 0.95 0.10 0.38 306.44 0.9 0.32
Hex 9D 8 8D 0 5F A 26 132 5A 20
Octal 235 10 215 0 137 12 46 462 132 40
Binary 10011101 1000 10001101 0 1011111 1010 100110 100110010 1011010 100000

Color Harmonies of #9D088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D088D

Black with #9D088D

Text Example


Text Example

White with #9D088D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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