#8a1b90

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

Shades of Dark Magenta #8A1B90

Tints of Dark Magenta #8A1B90

Color information

#8A1B90 (or 0x8A1B90) is unknown color: approx Dark Magenta. HEX triplet: 8A, 1B and 90. RGB value is (138,27,144). Sum of RGB (Red+Green+Blue) = 138+27+144=309 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.66% from 309); Green value is 27 (10.94% from 255 or 8.74% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #8A1B90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A1B90 is #75E46F. Grayscale: #494949. Windows color (decimal): -7726192 or 9444234. OLE color: 9444234.

HSL color Cylindrical-coordinate representation of color #8A1B90: hue angle of 296.92º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8A1B90 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13827144-
CMYK0.040.8100.44
HSL296.92º68.42%33.53%-
HSV(B)296.92º81.25%56.47%-
XYZ15.918.227.13-
YUV73.53167.77173.99-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.66%
GREEN value IS 27 (10.94% from 255) = 8.74%
BLUE value IS 144 (56.64% from 255) = 46.60%
R=44.66%
G=8.74%
B=46.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal138271440.040.8100.44296.9268.4233.53
Hex8A1B9045102C1294422
Octal21233220412105445110442
Binary100010101101110010000100101000101011001001010011000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a1b90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,27,144); }

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

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

 a { background-color: rgb(138,27,144); }

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

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

 span { border-color: rgb(138,27,144); }

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