Html Css Color HEX #8D1090 Dark Magenta

📋 copy color: '#8D1090'

red 141 ◦ green 16 ◦ blue 144

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

Shades of Dark Magenta #8D1090

Tints of Dark Magenta #8D1090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 47.84%

R = 46.84%
G = 5.32%
B = 47.84%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8D1090 (or 0x8D1090) is known color: Dark Magenta. HEX triplet: 8D, 10 and 90. RGB value is (141,16,144). Sum of RGB (Red+Green+Blue) = 141+16+144=301 (39% of max value = 765). Red value is 141 (55.47% from 255 or 46.84% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #8D1090 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D1090 is #72EF6F. Grayscale: #434343. Windows color (decimal): -7532400 or 9441421. OLE color: 9441421.

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

Color convert

RGB 141 16 144 -
CMYK 0.02 0.89 0 0.44
HSL 298.59º 0.8% 0.31% -
HSV(B) 298.59º 0.89% 0.56% -
XYZ 16.2 8.05 27.08 -
YUV 67.97 170.91 180.09 -
System Red Green Blue C M Y K H S L
Decimal 141 16 144 0.02 0.89 0 0.44 298.59 0.8 0.31
Hex 8D 10 90 2 59 0 2C 12B 50 1F
Octal 215 20 220 2 131 0 54 453 120 37
Binary 10001101 10000 10010000 10 1011001 0 101100 100101011 1010000 11111

Color Harmonies of #8D1090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1090

Black with #8D1090

Text Example


Text Example

White with #8D1090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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