Html Css Color HEX #8C159C Dark Magenta

📋 copy color: '#8C159C'

red 140 ◦ green 21 ◦ blue 156

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

Shades of Dark Magenta #8C159C

Tints of Dark Magenta #8C159C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.62%

 BLUE value IS 156 (61.33% from 255) = 49.21%

R = 44.16%
G = 6.62%
B = 49.21%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8C159C (or 0x8C159C) is known color: Dark Magenta. HEX triplet: 8C, 15 and 9C. RGB value is (140,21,156). Sum of RGB (Red+Green+Blue) = 140+21+156=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 156 (61.33% from 255 or 49.21% from 317); Max value from RGB is 156 - color contains mainly: blue. Hex color #8C159C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C159C is #73EA63. Grayscale: #474747. Windows color (decimal): -7596644 or 10229132. OLE color: 10229132.

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

Color convert

RGB 140 21 156 -
CMYK 0.10 0.87 0 0.39
HSL 292.89º 0.76% 0.35% -
HSV(B) 292.89º 0.87% 0.61% -
XYZ 17.08 8.51 32.2 -
YUV 71.97 175.42 176.52 -
System Red Green Blue C M Y K H S L
Decimal 140 21 156 0.10 0.87 0 0.39 292.89 0.76 0.35
Hex 8C 15 9C A 57 0 27 125 4C 23
Octal 214 25 234 12 127 0 47 445 114 43
Binary 10001100 10101 10011100 1010 1010111 0 100111 100100101 1001100 100011

Color Harmonies of #8C159C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C159C

Black with #8C159C

Text Example


Text Example

White with #8C159C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,21,156); }

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

background-color css

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

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

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

border-color css

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

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

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