#8A1A8E

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

Shades of Dark Magenta #8A1A8E

Tints of Dark Magenta #8A1A8E

Color information

#8A1A8E (or 0x8A1A8E) is unknown color: approx Dark Magenta. HEX triplet: 8A, 1A and 8E. RGB value is (138,26,142). Sum of RGB (Red+Green+Blue) = 138+26+142=306 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.10% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 142 - color contains mainly: blue. Hex color #8A1A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A1A8E is #75E571. Grayscale: #484848. Windows color (decimal): -7726450 or 9312906. OLE color: 9312906.

HSL color Cylindrical-coordinate representation of color #8A1A8E: hue angle of 297.93º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A1A8E is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13826142-
CMYK0.030.8200.44
HSL297.93º69.05%32.94%-
HSV(B)297.93º81.69%55.69%-
XYZ15.738.126.32-
YUV72.71167.11174.57-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.10%
GREEN value IS 26 (10.55% from 255) = 8.50%
BLUE value IS 142 (55.86% from 255) = 46.41%
R=45.10%
G=8.50%
B=46.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal138261420.030.8200.44297.9369.0532.94
Hex8A1A8E35202C12a4521
Octal21232216312205445210541
Binary10001010110101000111011101001001011001001010101000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,26,142); }

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

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

 a { background-color: rgb(138,26,142); }

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

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

 span { border-color: rgb(138,26,142); }

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