Html Css Color HEX #8C159B Dark Magenta

📋 copy color: '#8C159B'

red 140 ◦ green 21 ◦ blue 155

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

Shades of Dark Magenta #8C159B

Tints of Dark Magenta #8C159B

RGB

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

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

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

R = 44.3%
G = 6.65%
B = 49.05%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8C159B (or 0x8C159B) is known color: Dark Magenta. HEX triplet: 8C, 15 and 9B. RGB value is (140,21,155). Sum of RGB (Red+Green+Blue) = 140+21+155=316 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.30% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C159B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C159B is #73EA64. Grayscale: #474747. Windows color (decimal): -7596645 or 10163596. OLE color: 10163596.

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

Color convert

RGB 140 21 155 -
CMYK 0.10 0.86 0 0.39
HSL 293.28º 0.76% 0.35% -
HSV(B) 293.28º 0.86% 0.61% -
XYZ 17 8.48 31.75 -
YUV 71.86 174.92 176.6 -
System Red Green Blue C M Y K H S L
Decimal 140 21 155 0.10 0.86 0 0.39 293.28 0.76 0.35
Hex 8C 15 9B A 56 0 27 125 4C 23
Octal 214 25 233 12 126 0 47 445 114 43
Binary 10001100 10101 10011011 1010 1010110 0 100111 100100101 1001100 100011

Color Harmonies of #8C159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C159B

Black with #8C159B

Text Example


Text Example

White with #8C159B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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