#8A1B95

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

Shades of Dark Magenta #8A1B95

Tints of Dark Magenta #8A1B95

Color information

#8A1B95 (or 0x8A1B95) is unknown color: approx Dark Magenta. HEX triplet: 8A, 1B and 95. RGB value is (138,27,149). Sum of RGB (Red+Green+Blue) = 138+27+149=314 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.95% from 314); Green value is 27 (10.94% from 255 or 8.60% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 149 - color contains mainly: blue. Hex color #8A1B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A1B95 is #75E46A. Grayscale: #494949. Windows color (decimal): -7726187 or 9771914. OLE color: 9771914.

HSL color Cylindrical-coordinate representation of color #8A1B95: hue angle of 294.59º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A1B95 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13827149-
CMYK0.070.8200.42
HSL294.59º69.32%34.51%-
HSV(B)294.59º81.88%58.43%-
XYZ16.38.3629.19-
YUV74.1170.27173.58-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.95%
GREEN value IS 27 (10.94% from 255) = 8.60%
BLUE value IS 149 (58.59% from 255) = 47.45%
R=43.95%
G=8.60%
B=47.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal138271490.070.8200.42294.5969.3234.51
Hex8A1B9575202A1274523
Octal21233225712205244710543
Binary100010101101110010101111101001001010101001001111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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