Html Css Color HEX #8C178C Dark Magenta

📋 copy color: '#8C178C'

red 140 ◦ green 23 ◦ blue 140

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

Shades of Dark Magenta #8C178C

Tints of Dark Magenta #8C178C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 46.2%

R = 46.2%
G = 7.59%
B = 46.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8C178C (or 0x8C178C) is known color: Dark Magenta. HEX triplet: 8C, 17 and 8C. RGB value is (140,23,140). Sum of RGB (Red+Green+Blue) = 140+23+140=303 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.20% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 140 (55.08% from 255 or 46.20% from 303); Max value from RGB is 140 - color contains mainly: red, blue. Hex color #8C178C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C178C is #73E873. Grayscale: #464646. Windows color (decimal): -7596148 or 9181068. OLE color: 9181068.

HSL color Cylindrical-coordinate representation of color #8C178C: hue angle of 300º degrees, saturation: 0.72, 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 #8C178C is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 23 140 -
CMYK 0 0.84 0 0.45
HSL 300º 0.72% 0.32% -
HSV(B) 300º 0.84% 0.55% -
XYZ 15.86 8.08 25.54 -
YUV 71.32 166.76 176.99 -
System Red Green Blue C M Y K H S L
Decimal 140 23 140 0 0.84 0 0.45 300 0.72 0.32
Hex 8C 17 8C 0 54 0 2D 12C 48 20
Octal 214 27 214 0 124 0 55 454 110 40
Binary 10001100 10111 10001100 0 1010100 0 101101 100101100 1001000 100000

Color Harmonies of #8C178C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C178C

Black with #8C178C

Text Example


Text Example

White with #8C178C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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