Html Css Color HEX #8D108C Dark Magenta

📋 copy color: '#8D108C'

red 141 ◦ green 16 ◦ blue 140

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

Shades of Dark Magenta #8D108C

Tints of Dark Magenta #8D108C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 47.14%

R = 47.47%
G = 5.39%
B = 47.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8D108C (or 0x8D108C) is known color: Dark Magenta. HEX triplet: 8D, 10 and 8C. RGB value is (141,16,140). Sum of RGB (Red+Green+Blue) = 141+16+140=297 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.47% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 140 (55.08% from 255 or 47.14% from 297); Max value from RGB is 141 - color contains mainly: red. Hex color #8D108C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D108C is #72EF73. Grayscale: #434343. Windows color (decimal): -7532404 or 9179277. OLE color: 9179277.

HSL color Cylindrical-coordinate representation of color #8D108C: hue angle of 300.48º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D108C is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 16 140 -
CMYK 0 0.89 0.01 0.45
HSL 300.48º 0.8% 0.31% -
HSV(B) 300.48º 0.89% 0.55% -
XYZ 15.9 7.93 25.5 -
YUV 67.51 168.91 180.42 -
System Red Green Blue C M Y K H S L
Decimal 141 16 140 0 0.89 0.01 0.45 300.48 0.8 0.31
Hex 8D 10 8C 0 59 1 2D 12C 50 1F
Octal 215 20 214 0 131 1 55 454 120 37
Binary 10001101 10000 10001100 0 1011001 1 101101 100101100 1010000 11111

Color Harmonies of #8D108C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D108C

Black with #8D108C

Text Example


Text Example

White with #8D108C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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