Html Css Color HEX #8D0FAB Dark Magenta

📋 copy color: '#8D0FAB'

red 141 ◦ green 15 ◦ blue 171

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

Shades of Dark Magenta #8D0FAB

Tints of Dark Magenta #8D0FAB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.59%

 BLUE value IS 171 (67.19% from 255) = 52.29%

R = 43.12%
G = 4.59%
B = 52.29%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8D0FAB (or 0x8D0FAB) is known color: Dark Magenta. HEX triplet: 8D, 0F and AB. RGB value is (141,15,171). Sum of RGB (Red+Green+Blue) = 141+15+171=327 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.12% from 327); Green value is 15 (6.25% from 255 or 4.59% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D0FAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0FAB is #72F054. Grayscale: #454545. Windows color (decimal): -7532629 or 11210637. OLE color: 11210637.

HSL color Cylindrical-coordinate representation of color #8D0FAB: hue angle of 288.46º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D0FAB is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 141 15 171 -
CMYK 0.18 0.91 0 0.33
HSL 288.46º 0.84% 0.36% -
HSV(B) 288.46º 0.91% 0.67% -
XYZ 18.51 8.94 39.28 -
YUV 70.46 184.74 178.32 -
System Red Green Blue C M Y K H S L
Decimal 141 15 171 0.18 0.91 0 0.33 288.46 0.84 0.36
Hex 8D F AB 12 5B 0 21 120 54 24
Octal 215 17 253 22 133 0 41 440 124 44
Binary 10001101 1111 10101011 10010 1011011 0 100001 100100000 1010100 100100

Color Harmonies of #8D0FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0FAB

Black with #8D0FAB

Text Example


Text Example

White with #8D0FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,15,171); }

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

background-color css

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

 a { background-color: rgb(141,15,171); }

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

border-color css

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

 span { border-color: rgb(141,15,171); }

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