#8E169E

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

Shades of Dark Magenta #8E169E

Tints of Dark Magenta #8E169E

Color information

#8E169E (or 0x8E169E) is unknown color: approx Dark Magenta. HEX triplet: 8E, 16 and 9E. RGB value is (142,22,158). Sum of RGB (Red+Green+Blue) = 142+22+158=322 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.10% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 158 (62.11% from 255 or 49.07% from 322); Max value from RGB is 158 - color contains mainly: blue. Hex color #8E169E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E169E is #71E961. Grayscale: #484848. Windows color (decimal): -7465314 or 10360462. OLE color: 10360462.

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

Color convert

RGB14222158-
CMYK0.100.8600.38
HSL292.94º75.56%35.29%-
HSV(B)292.94º86.08%61.96%-
XYZ17.618.7933.12-
YUV73.38175.76176.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.10%
GREEN value IS 22 (8.98% from 255) = 6.83%
BLUE value IS 158 (62.11% from 255) = 49.07%
R=44.10%
G=6.83%
B=49.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal142221580.100.8600.38292.9475.5635.29
Hex8E169EA560261254c23
Octal216262361212604644511443
Binary1000111010110100111101010101011001001101001001011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E169E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,22,158); }

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

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

 a { background-color: rgb(142,22,158); }

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

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

 span { border-color: rgb(142,22,158); }

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