Html Css Color HEX #8D15AB Dark Magenta

📋 copy color: '#8D15AB'

red 141 ◦ green 21 ◦ blue 171

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

Shades of Dark Magenta #8D15AB

Tints of Dark Magenta #8D15AB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.31%

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

R = 42.34%
G = 6.31%
B = 51.35%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8D15AB (or 0x8D15AB) is known color: Dark Magenta. HEX triplet: 8D, 15 and AB. RGB value is (141,21,171). Sum of RGB (Red+Green+Blue) = 141+21+171=333 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.34% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D15AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D15AB is #72EA54. Grayscale: #494949. Windows color (decimal): -7531093 or 11212173. OLE color: 11212173.

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

Color convert

RGB 141 21 171 -
CMYK 0.18 0.88 0 0.33
HSL 288º 0.78% 0.38% -
HSV(B) 288º 0.88% 0.67% -
XYZ 18.6 9.14 39.31 -
YUV 73.98 182.76 175.8 -
System Red Green Blue C M Y K H S L
Decimal 141 21 171 0.18 0.88 0 0.33 288 0.78 0.38
Hex 8D 15 AB 12 58 0 21 120 4E 26
Octal 215 25 253 22 130 0 41 440 116 46
Binary 10001101 10101 10101011 10010 1011000 0 100001 100100000 1001110 100110

Color Harmonies of #8D15AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D15AB

Black with #8D15AB

Text Example


Text Example

White with #8D15AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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