Html Css Color HEX #8D099A Dark Magenta

📋 copy color: '#8D099A'

red 141 ◦ green 9 ◦ blue 154

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

Shades of Dark Magenta #8D099A

Tints of Dark Magenta #8D099A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 50.66%

R = 46.38%
G = 2.96%
B = 50.66%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8D099A (or 0x8D099A) is known color: Dark Magenta. HEX triplet: 8D, 09 and 9A. RGB value is (141,9,154). Sum of RGB (Red+Green+Blue) = 141+9+154=304 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.38% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 154 (60.55% from 255 or 50.66% from 304); Max value from RGB is 154 - color contains mainly: blue. Hex color #8D099A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D099A is #72F665. Grayscale: #404040. Windows color (decimal): -7534182 or 10094989. OLE color: 10094989.

HSL color Cylindrical-coordinate representation of color #8D099A: hue angle of 294.62º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D099A is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 141 9 154 -
CMYK 0.08 0.94 0 0.40
HSL 294.62º 0.89% 0.32% -
HSV(B) 294.62º 0.94% 0.6% -
XYZ 16.91 8.19 31.26 -
YUV 65 178.23 182.21 -
System Red Green Blue C M Y K H S L
Decimal 141 9 154 0.08 0.94 0 0.40 294.62 0.89 0.32
Hex 8D 9 9A 8 5E 0 28 127 59 20
Octal 215 11 232 10 136 0 50 447 131 40
Binary 10001101 1001 10011010 1000 1011110 0 101000 100100111 1011001 100000

Color Harmonies of #8D099A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D099A

Black with #8D099A

Text Example


Text Example

White with #8D099A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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