#8C139B

Color #8C139B Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #8C139B

Tints of Dark Magenta #8C139B

Color information

#8C139B (or 0x8C139B) is unknown color: approx Dark Magenta. HEX triplet: 8C, 13 and 9B. RGB value is (140,19,155). Sum of RGB (Red+Green+Blue) = 140+19+155=314 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.59% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C139B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C139B is #73EC64. Grayscale: #464646. Windows color (decimal): -7597157 or 10163084. OLE color: 10163084.

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

Color convert

RGB14019155-
CMYK0.100.8800.39
HSL293.38º78.16%34.12%-
HSV(B)293.38º87.74%60.78%-
XYZ16.968.4131.74-
YUV70.68175.59177.44-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.59%
GREEN value IS 19 (7.81% from 255) = 6.05%
BLUE value IS 155 (60.94% from 255) = 49.36%
R=44.59%
G=6.05%
B=49.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal140191550.100.8800.39293.3878.1634.12
Hex8C139BA580271254e22
Octal214232331213004744511642
Binary1000110010011100110111010101100001001111001001011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C139B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C139B;
 }
 .AnyTagClassName
 {
   color: #8C139B;
 }
</style>
background-color css

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

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

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

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

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

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