#8E1292

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

Shades of Dark Magenta #8E1292

Tints of Dark Magenta #8E1292

Color information

#8E1292 (or 0x8E1292) is unknown color: approx Dark Magenta. HEX triplet: 8E, 12 and 92. RGB value is (142,18,146). Sum of RGB (Red+Green+Blue) = 142+18+146=306 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.41% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 146 (57.42% from 255 or 47.71% from 306); Max value from RGB is 146 - color contains mainly: blue. Hex color #8E1292 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E1292 is #71ED6D. Grayscale: #454545. Windows color (decimal): -7466350 or 9573006. OLE color: 9573006.

HSL color Cylindrical-coordinate representation of color #8E1292: hue angle of 298.12º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E1292 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB14218146-
CMYK0.030.8800.43
HSL298.12º78.05%32.16%-
HSV(B)298.12º87.67%57.25%-
XYZ16.568.2627.92-
YUV69.67171.08179.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.41%
GREEN value IS 18 (7.42% from 255) = 5.88%
BLUE value IS 146 (57.42% from 255) = 47.71%
R=46.41%
G=5.88%
B=47.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal142181460.030.8800.43298.1278.0532.16
Hex8E129235802B12a4e20
Octal21622222313005345211640
Binary10001110100101001001011101100001010111001010101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,18,146); }

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

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

 a { background-color: rgb(142,18,146); }

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

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

 span { border-color: rgb(142,18,146); }

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