Html Css Color HEX #8D0991 Dark Magenta

📋 copy color: '#8D0991'

red 141 ◦ green 9 ◦ blue 145

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

Shades of Dark Magenta #8D0991

Tints of Dark Magenta #8D0991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 49.15%

R = 47.8%
G = 3.05%
B = 49.15%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8D0991 (or 0x8D0991) is known color: Dark Magenta. HEX triplet: 8D, 09 and 91. RGB value is (141,9,145). Sum of RGB (Red+Green+Blue) = 141+9+145=295 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.80% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 145 - color contains mainly: blue. Hex color #8D0991 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0991 is #72F66E. Grayscale: #3F3F3F. Windows color (decimal): -7534191 or 9505165. OLE color: 9505165.

HSL color Cylindrical-coordinate representation of color #8D0991: hue angle of 298.24º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D0991 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 141 9 145 -
CMYK 0.03 0.94 0 0.43
HSL 298.24º 0.88% 0.3% -
HSV(B) 298.24º 0.94% 0.57% -
XYZ 16.19 7.9 27.46 -
YUV 63.97 173.73 182.94 -
System Red Green Blue C M Y K H S L
Decimal 141 9 145 0.03 0.94 0 0.43 298.24 0.88 0.3
Hex 8D 9 91 3 5E 0 2B 12A 58 1E
Octal 215 11 221 3 136 0 53 452 130 36
Binary 10001101 1001 10010001 11 1011110 0 101011 100101010 1011000 11110

Color Harmonies of #8D0991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0991

Black with #8D0991

Text Example


Text Example

White with #8D0991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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