Html Css Color HEX #8C179B Dark Magenta

📋 copy color: '#8C179B'

red 140 ◦ green 23 ◦ blue 155

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

Shades of Dark Magenta #8C179B

Tints of Dark Magenta #8C179B

RGB

 RED value IS 140 (55.08% from 255) = 44.03%

 GREEN value IS 23 (9.38% from 255) = 7.23%

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

R = 44.03%
G = 7.23%
B = 48.74%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8C179B (or 0x8C179B) is known color: Dark Magenta. HEX triplet: 8C, 17 and 9B. RGB value is (140,23,155). Sum of RGB (Red+Green+Blue) = 140+23+155=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 23 (9.38% from 255 or 7.23% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C179B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C179B is #73E864. Grayscale: #484848. Windows color (decimal): -7596133 or 10164108. OLE color: 10164108.

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

Color convert

RGB 140 23 155 -
CMYK 0.10 0.85 0 0.39
HSL 293.18º 0.74% 0.35% -
HSV(B) 293.18º 0.85% 0.61% -
XYZ 17.04 8.55 31.76 -
YUV 73.03 174.26 175.77 -
System Red Green Blue C M Y K H S L
Decimal 140 23 155 0.10 0.85 0 0.39 293.18 0.74 0.35
Hex 8C 17 9B A 55 0 27 125 4A 23
Octal 214 27 233 12 125 0 47 445 112 43
Binary 10001100 10111 10011011 1010 1010101 0 100111 100100101 1001010 100011

Color Harmonies of #8C179B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C179B

Black with #8C179B

Text Example


Text Example

White with #8C179B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,23,155); }

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

background-color css

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

 a { background-color: rgb(140,23,155); }

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

border-color css

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

 span { border-color: rgb(140,23,155); }

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