#8C139E

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

Shades of Dark Magenta #8C139E

Tints of Dark Magenta #8C139E

Color information

#8C139E (or 0x8C139E) is unknown color: approx Dark Magenta. HEX triplet: 8C, 13 and 9E. RGB value is (140,19,158). Sum of RGB (Red+Green+Blue) = 140+19+158=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 158 (62.11% from 255 or 49.84% from 317); Max value from RGB is 158 - color contains mainly: blue. Hex color #8C139E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C139E is #73EC61. Grayscale: #464646. Windows color (decimal): -7597154 or 10359692. OLE color: 10359692.

HSL color Cylindrical-coordinate representation of color #8C139E: hue angle of 292.23º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8C139E is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14019158-
CMYK0.110.8800.38
HSL292.23º78.53%34.71%-
HSV(B)292.23º87.97%61.96%-
XYZ17.228.5133.08-
YUV71.03177.09177.2-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.16%
GREEN value IS 19 (7.81% from 255) = 5.99%
BLUE value IS 158 (62.11% from 255) = 49.84%
R=44.16%
G=5.99%
B=49.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal140191580.110.8800.38292.2378.5334.71
Hex8C139EB580261244f23
Octal214232361313004644411743
Binary1000110010011100111101011101100001001101001001001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C139E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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