Html Css Color HEX #8D189A Dark Magenta

📋 copy color: '#8D189A'

red 141 ◦ green 24 ◦ blue 154

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

Shades of Dark Magenta #8D189A

Tints of Dark Magenta #8D189A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.52%

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

R = 44.2%
G = 7.52%
B = 48.28%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8D189A (or 0x8D189A) is known color: Dark Magenta. HEX triplet: 8D, 18 and 9A. RGB value is (141,24,154). Sum of RGB (Red+Green+Blue) = 141+24+154=319 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.20% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 154 (60.55% from 255 or 48.28% from 319); Max value from RGB is 154 - color contains mainly: blue. Hex color #8D189A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D189A is #72E765. Grayscale: #494949. Windows color (decimal): -7530342 or 10098829. OLE color: 10098829.

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

Color convert

RGB 141 24 154 -
CMYK 0.08 0.84 0 0.40
HSL 294º 0.73% 0.35% -
HSV(B) 294º 0.84% 0.6% -
XYZ 17.14 8.65 31.34 -
YUV 73.8 173.26 175.93 -
System Red Green Blue C M Y K H S L
Decimal 141 24 154 0.08 0.84 0 0.40 294 0.73 0.35
Hex 8D 18 9A 8 54 0 28 126 49 23
Octal 215 30 232 10 124 0 50 446 111 43
Binary 10001101 11000 10011010 1000 1010100 0 101000 100100110 1001001 100011

Color Harmonies of #8D189A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D189A

Black with #8D189A

Text Example


Text Example

White with #8D189A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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