Html Css Color HEX #8D1194 Dark Magenta

📋 copy color: '#8D1194'

red 141 ◦ green 17 ◦ blue 148

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

Shades of Dark Magenta #8D1194

Tints of Dark Magenta #8D1194

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.56%

 BLUE value IS 148 (58.2% from 255) = 48.37%

R = 46.08%
G = 5.56%
B = 48.37%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8D1194 (or 0x8D1194) is known color: Dark Magenta. HEX triplet: 8D, 11 and 94. RGB value is (141,17,148). Sum of RGB (Red+Green+Blue) = 141+17+148=306 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.08% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 148 (58.20% from 255 or 48.37% from 306); Max value from RGB is 148 - color contains mainly: blue. Hex color #8D1194 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D1194 is #72EE6B. Grayscale: #444444. Windows color (decimal): -7532140 or 9703821. OLE color: 9703821.

HSL color Cylindrical-coordinate representation of color #8D1194: hue angle of 296.79º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D1194 is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 141 17 148 -
CMYK 0.05 0.89 0 0.42
HSL 296.79º 0.79% 0.32% -
HSV(B) 296.79º 0.89% 0.58% -
XYZ 16.53 8.2 28.73 -
YUV 69.01 172.58 179.35 -
System Red Green Blue C M Y K H S L
Decimal 141 17 148 0.05 0.89 0 0.42 296.79 0.79 0.32
Hex 8D 11 94 5 59 0 2A 129 4F 20
Octal 215 21 224 5 131 0 52 451 117 40
Binary 10001101 10001 10010100 101 1011001 0 101010 100101001 1001111 100000

Color Harmonies of #8D1194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1194

Black with #8D1194

Text Example


Text Example

White with #8D1194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,17,148); }

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

background-color css

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

 a { background-color: rgb(141,17,148); }

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

border-color css

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

 span { border-color: rgb(141,17,148); }

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