#8A1899

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

Shades of Dark Magenta #8A1899

Tints of Dark Magenta #8A1899

Color information

#8A1899 (or 0x8A1899) is unknown color: approx Dark Magenta. HEX triplet: 8A, 18 and 99. RGB value is (138,24,153). Sum of RGB (Red+Green+Blue) = 138+24+153=315 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.81% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #8A1899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A1899 is #75E766. Grayscale: #484848. Windows color (decimal): -7726951 or 10033290. OLE color: 10033290.

HSL color Cylindrical-coordinate representation of color #8A1899: hue angle of 293.02º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8A1899 is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13824153-
CMYK0.100.8400.4
HSL293.02º72.88%34.71%-
HSV(B)293.02º84.31%60%-
XYZ16.568.3630.88-
YUV72.79173.27174.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.81%
GREEN value IS 24 (9.77% from 255) = 7.62%
BLUE value IS 153 (60.16% from 255) = 48.57%
R=43.81%
G=7.62%
B=48.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal138241530.100.8400.4293.0272.8834.71
Hex8A1899A540281254923
Octal212302311212405044511143
Binary1000101011000100110011010101010001010001001001011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,24,153); }

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

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

 a { background-color: rgb(138,24,153); }

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

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

 span { border-color: rgb(138,24,153); }

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