Html Css Color HEX #8D097F Dark Magenta

📋 copy color: '#8D097F'

red 141 ◦ green 9 ◦ blue 127

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

Shades of Dark Magenta #8D097F

Tints of Dark Magenta #8D097F

RGB

 RED value IS 141 (55.47% from 255) = 50.9%

 GREEN value IS 9 (3.91% from 255) = 3.25%

 BLUE value IS 127 (50% from 255) = 45.85%

R = 50.9%
G = 3.25%
B = 45.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8D097F (or 0x8D097F) is known color: Dark Magenta. HEX triplet: 8D, 09 and 7F. RGB value is (141,9,127). Sum of RGB (Red+Green+Blue) = 141+9+127=277 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.90% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 127 (50% from 255 or 45.85% from 277); Max value from RGB is 141 - color contains mainly: red. Hex color #8D097F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D097F is #72F680. Grayscale: #3D3D3D. Windows color (decimal): -7534209 or 8325517. OLE color: 8325517.

HSL color Cylindrical-coordinate representation of color #8D097F: hue angle of 306.36º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D097F is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 9 127 -
CMYK 0 0.94 0.10 0.45
HSL 306.36º 0.88% 0.29% -
HSV(B) 306.36º 0.94% 0.55% -
XYZ 14.91 7.39 20.72 -
YUV 61.92 164.73 184.41 -
System Red Green Blue C M Y K H S L
Decimal 141 9 127 0 0.94 0.10 0.45 306.36 0.88 0.29
Hex 8D 9 7F 0 5E A 2D 132 58 1D
Octal 215 11 177 0 136 12 55 462 130 35
Binary 10001101 1001 1111111 0 1011110 1010 101101 100110010 1011000 11101

Color Harmonies of #8D097F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D097F

Black with #8D097F

Text Example


Text Example

White with #8D097F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D097F; }

 p { color: rgb(141,9,127); }

 H1.HeaderClassName
 {
   color: #8D097F;
 }
 .AnyTagClassName
 {
   color: #8D097F;
 }
</style>

background-color css

<style>
 a { background-color: #8D097F; }

 a { background-color: rgb(141,9,127); }

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

border-color css

<style>
 span { border-color: #8D097F; }

 span { border-color: rgb(141,9,127); }

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