Html Css Color HEX #8D189B Dark Magenta

📋 copy color: '#8D189B'

red 141 ◦ green 24 ◦ blue 155

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

Shades of Dark Magenta #8D189B

Tints of Dark Magenta #8D189B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 48.44%

R = 44.06%
G = 7.5%
B = 48.44%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8D189B (or 0x8D189B) is known color: Dark Magenta. HEX triplet: 8D, 18 and 9B. RGB value is (141,24,155). Sum of RGB (Red+Green+Blue) = 141+24+155=320 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.06% from 320); Green value is 24 (9.77% from 255 or 7.5% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D189B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D189B is #72E764. Grayscale: #494949. Windows color (decimal): -7530341 or 10164365. OLE color: 10164365.

HSL color Cylindrical-coordinate representation of color #8D189B: hue angle of 293.59º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8D189B is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 141 24 155 -
CMYK 0.09 0.85 0 0.39
HSL 293.59º 0.73% 0.35% -
HSV(B) 293.59º 0.85% 0.61% -
XYZ 17.23 8.68 31.78 -
YUV 73.92 173.76 175.85 -
System Red Green Blue C M Y K H S L
Decimal 141 24 155 0.09 0.85 0 0.39 293.59 0.73 0.35
Hex 8D 18 9B 9 55 0 27 126 49 23
Octal 215 30 233 11 125 0 47 446 111 43
Binary 10001101 11000 10011011 1001 1010101 0 100111 100100110 1001001 100011

Color Harmonies of #8D189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D189B

Black with #8D189B

Text Example


Text Example

White with #8D189B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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