Html Css Color HEX #8C178B Dark Magenta

📋 copy color: '#8C178B'

red 140 ◦ green 23 ◦ blue 139

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

Shades of Dark Magenta #8C178B

Tints of Dark Magenta #8C178B

RGB

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

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

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

R = 46.36%
G = 7.62%
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

#8C178B (or 0x8C178B) is known color: Dark Magenta. HEX triplet: 8C, 17 and 8B. RGB value is (140,23,139). Sum of RGB (Red+Green+Blue) = 140+23+139=302 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.36% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 140 - color contains mainly: red. Hex color #8C178B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C178B is #73E874. Grayscale: #464646. Windows color (decimal): -7596149 or 9115532. OLE color: 9115532.

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

Color convert

RGB 140 23 139 -
CMYK 0 0.84 0.01 0.45
HSL 300.51º 0.72% 0.32% -
HSV(B) 300.51º 0.84% 0.55% -
XYZ 15.78 8.05 25.15 -
YUV 71.21 166.26 177.07 -
System Red Green Blue C M Y K H S L
Decimal 140 23 139 0 0.84 0.01 0.45 300.51 0.72 0.32
Hex 8C 17 8B 0 54 1 2D 12D 48 20
Octal 214 27 213 0 124 1 55 455 110 40
Binary 10001100 10111 10001011 0 1010100 1 101101 100101101 1001000 100000

Color Harmonies of #8C178B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C178B

Black with #8C178B

Text Example


Text Example

White with #8C178B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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