Html Css Color HEX #8D1099 Dark Magenta

📋 copy color: '#8D1099'

red 141 ◦ green 16 ◦ blue 153

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

Shades of Dark Magenta #8D1099

Tints of Dark Magenta #8D1099

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.16%

 BLUE value IS 153 (60.16% from 255) = 49.35%

R = 45.48%
G = 5.16%
B = 49.35%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8D1099 (or 0x8D1099) is known color: Dark Magenta. HEX triplet: 8D, 10 and 99. RGB value is (141,16,153). Sum of RGB (Red+Green+Blue) = 141+16+153=310 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.48% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 153 (60.16% from 255 or 49.35% from 310); Max value from RGB is 153 - color contains mainly: blue. Hex color #8D1099 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D1099 is #72EF66. Grayscale: #444444. Windows color (decimal): -7532391 or 10031245. OLE color: 10031245.

HSL color Cylindrical-coordinate representation of color #8D1099: hue angle of 294.74º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D1099 is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 141 16 153 -
CMYK 0.08 0.90 0 0.4
HSL 294.74º 0.81% 0.33% -
HSV(B) 294.74º 0.9% 0.6% -
XYZ 16.92 8.33 30.85 -
YUV 68.99 175.41 179.36 -
System Red Green Blue C M Y K H S L
Decimal 141 16 153 0.08 0.90 0 0.4 294.74 0.81 0.33
Hex 8D 10 99 8 5A 0 28 127 51 21
Octal 215 20 231 10 132 0 50 447 121 41
Binary 10001101 10000 10011001 1000 1011010 0 101000 100100111 1010001 100001

Color Harmonies of #8D1099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1099

Black with #8D1099

Text Example


Text Example

White with #8D1099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,16,153); }

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

background-color css

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

 a { background-color: rgb(141,16,153); }

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

border-color css

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

 span { border-color: rgb(141,16,153); }

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