#8A169F

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

Shades of Dark Magenta #8A169F

Tints of Dark Magenta #8A169F

Color information

#8A169F (or 0x8A169F) is unknown color: approx Dark Magenta. HEX triplet: 8A, 16 and 9F. RGB value is (138,22,159). Sum of RGB (Red+Green+Blue) = 138+22+159=319 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.26% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A169F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A169F is #75E960. Grayscale: #474747. Windows color (decimal): -7727457 or 10425994. OLE color: 10425994.

HSL color Cylindrical-coordinate representation of color #8A169F: hue angle of 290.8º 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 #8A169F is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13822159-
CMYK0.130.8600.38
HSL290.8º75.69%35.49%-
HSV(B)290.8º86.16%62.35%-
XYZ17.038.4833.54-
YUV72.3176.93174.86-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.26%
GREEN value IS 22 (8.98% from 255) = 6.90%
BLUE value IS 159 (62.5% from 255) = 49.84%
R=43.26%
G=6.90%
B=49.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal138221590.130.8600.38290.875.6935.49
Hex8A169FD560261234c23
Octal212262371512604644311443
Binary1000101010110100111111101101011001001101001000111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A169F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,22,159); }

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

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

 a { background-color: rgb(138,22,159); }

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

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

 span { border-color: rgb(138,22,159); }

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