Html Css Color HEX #8D0992 Dark Magenta

📋 copy color: '#8D0992'

red 141 ◦ green 9 ◦ blue 146

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

Shades of Dark Magenta #8D0992

Tints of Dark Magenta #8D0992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 49.32%

R = 47.64%
G = 3.04%
B = 49.32%

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

#8D0992 (or 0x8D0992) is known color: Dark Magenta. HEX triplet: 8D, 09 and 92. RGB value is (141,9,146). Sum of RGB (Red+Green+Blue) = 141+9+146=296 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.64% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #8D0992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0992 is #72F66D. Grayscale: #3F3F3F. Windows color (decimal): -7534190 or 9570701. OLE color: 9570701.

HSL color Cylindrical-coordinate representation of color #8D0992: hue angle of 297.81º 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 #8D0992 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 141 9 146 -
CMYK 0.03 0.94 0 0.43
HSL 297.81º 0.88% 0.3% -
HSV(B) 297.81º 0.94% 0.57% -
XYZ 16.27 7.93 27.87 -
YUV 64.09 174.23 182.86 -
System Red Green Blue C M Y K H S L
Decimal 141 9 146 0.03 0.94 0 0.43 297.81 0.88 0.3
Hex 8D 9 92 3 5E 0 2B 12A 58 1E
Octal 215 11 222 3 136 0 53 452 130 36
Binary 10001101 1001 10010010 11 1011110 0 101011 100101010 1011000 11110

Color Harmonies of #8D0992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0992

Black with #8D0992

Text Example


Text Example

White with #8D0992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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