Html Css Color HEX #8D168B Dark Magenta

📋 copy color: '#8D168B'

red 141 ◦ green 22 ◦ blue 139

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

Shades of Dark Magenta #8D168B

Tints of Dark Magenta #8D168B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.28%

 BLUE value IS 139 (54.69% from 255) = 46.03%

R = 46.69%
G = 7.28%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8D168B (or 0x8D168B) is known color: Dark Magenta. HEX triplet: 8D, 16 and 8B. RGB value is (141,22,139). Sum of RGB (Red+Green+Blue) = 141+22+139=302 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.69% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 141 - color contains mainly: red. Hex color #8D168B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D168B is #72E974. Grayscale: #464646. Windows color (decimal): -7530869 or 9115277. OLE color: 9115277.

HSL color Cylindrical-coordinate representation of color #8D168B: hue angle of 301.01º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D168B is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 22 139 -
CMYK 0 0.84 0.01 0.45
HSL 301.01º 0.73% 0.32% -
HSV(B) 301.01º 0.84% 0.55% -
XYZ 15.93 8.1 25.15 -
YUV 70.92 166.42 177.99 -
System Red Green Blue C M Y K H S L
Decimal 141 22 139 0 0.84 0.01 0.45 301.01 0.73 0.32
Hex 8D 16 8B 0 54 1 2D 12D 49 20
Octal 215 26 213 0 124 1 55 455 111 40
Binary 10001101 10110 10001011 0 1010100 1 101101 100101101 1001001 100000

Color Harmonies of #8D168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D168B

Black with #8D168B

Text Example


Text Example

White with #8D168B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,22,139); }

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

background-color css

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

 a { background-color: rgb(141,22,139); }

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

border-color css

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

 span { border-color: rgb(141,22,139); }

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