Html Css Color HEX #8D0BAB Dark Magenta

📋 copy color: '#8D0BAB'

red 141 ◦ green 11 ◦ blue 171

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

Shades of Dark Magenta #8D0BAB

Tints of Dark Magenta #8D0BAB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.41%

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

R = 43.65%
G = 3.41%
B = 52.94%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8D0BAB (or 0x8D0BAB) is known color: Dark Magenta. HEX triplet: 8D, 0B and AB. RGB value is (141,11,171). Sum of RGB (Red+Green+Blue) = 141+11+171=323 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.65% from 323); Green value is 11 (4.69% from 255 or 3.41% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D0BAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0BAB is #72F454. Grayscale: #434343. Windows color (decimal): -7533653 or 11209613. OLE color: 11209613.

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

Color convert

RGB 141 11 171 -
CMYK 0.18 0.94 0 0.33
HSL 288.75º 0.88% 0.36% -
HSV(B) 288.75º 0.94% 0.67% -
XYZ 18.45 8.84 39.26 -
YUV 68.11 186.07 179.99 -
System Red Green Blue C M Y K H S L
Decimal 141 11 171 0.18 0.94 0 0.33 288.75 0.88 0.36
Hex 8D B AB 12 5E 0 21 121 58 24
Octal 215 13 253 22 136 0 41 441 130 44
Binary 10001101 1011 10101011 10010 1011110 0 100001 100100001 1011000 100100

Color Harmonies of #8D0BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0BAB

Black with #8D0BAB

Text Example


Text Example

White with #8D0BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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