#8A019B

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

Shades of Dark Magenta #8A019B

Tints of Dark Magenta #8A019B

Color information

#8A019B (or 0x8A019B) is unknown color: approx Dark Magenta. HEX triplet: 8A, 01 and 9B. RGB value is (138,1,155). Sum of RGB (Red+Green+Blue) = 138+1+155=294 (38% of max value = 765). Red value is 138 (54.30% from 255 or 46.94% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A019B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A019B is #75FE64. Grayscale: #3B3B3B. Windows color (decimal): -7732837 or 10158474. OLE color: 10158474.

HSL color Cylindrical-coordinate representation of color #8A019B: hue angle of 293.38º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A019B is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1381155-
CMYK0.110.9900.39
HSL293.38º98.72%30.59%-
HSV(B)293.38º99.35%60.78%-
XYZ16.417.7931.65-
YUV59.52181.89183.98-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.94%
GREEN value IS 1 (0.78% from 255) = 0.34%
BLUE value IS 155 (60.94% from 255) = 52.72%
R=46.94%
G=0.34%
B=52.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal13811550.110.9900.39293.3898.7230.59
Hex8A19BB63027125631f
Octal21212331314304744514337
Binary10001010110011011101111000110100111100100101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A019B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,1,155); }

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

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

 a { background-color: rgb(138,1,155); }

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

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

 span { border-color: rgb(138,1,155); }

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