Html Css Color HEX #8D0D9B Dark Magenta

📋 copy color: '#8D0D9B'

red 141 ◦ green 13 ◦ blue 155

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

Shades of Dark Magenta #8D0D9B

Tints of Dark Magenta #8D0D9B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.21%

 BLUE value IS 155 (60.94% from 255) = 50.16%

R = 45.63%
G = 4.21%
B = 50.16%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8D0D9B (or 0x8D0D9B) is known color: Dark Magenta. HEX triplet: 8D, 0D and 9B. RGB value is (141,13,155). Sum of RGB (Red+Green+Blue) = 141+13+155=309 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.63% from 309); Green value is 13 (5.47% from 255 or 4.21% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D0D9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0D9B is #72F264. Grayscale: #434343. Windows color (decimal): -7533157 or 10161549. OLE color: 10161549.

HSL color Cylindrical-coordinate representation of color #8D0D9B: hue angle of 294.08º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8D0D9B is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 141 13 155 -
CMYK 0.09 0.92 0 0.39
HSL 294.08º 0.85% 0.33% -
HSV(B) 294.08º 0.92% 0.61% -
XYZ 17.04 8.32 31.72 -
YUV 67.46 177.41 180.45 -
System Red Green Blue C M Y K H S L
Decimal 141 13 155 0.09 0.92 0 0.39 294.08 0.85 0.33
Hex 8D D 9B 9 5C 0 27 126 55 21
Octal 215 15 233 11 134 0 47 446 125 41
Binary 10001101 1101 10011011 1001 1011100 0 100111 100100110 1010101 100001

Color Harmonies of #8D0D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0D9B

Black with #8D0D9B

Text Example


Text Example

White with #8D0D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,13,155); }

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

background-color css

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

 a { background-color: rgb(141,13,155); }

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

border-color css

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

 span { border-color: rgb(141,13,155); }

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