#8A1B92

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

Shades of Dark Magenta #8A1B92

Tints of Dark Magenta #8A1B92

Color information

#8A1B92 (or 0x8A1B92) is unknown color: approx Dark Magenta. HEX triplet: 8A, 1B and 92. RGB value is (138,27,146). Sum of RGB (Red+Green+Blue) = 138+27+146=311 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.37% from 311); Green value is 27 (10.94% from 255 or 8.68% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 146 - color contains mainly: blue. Hex color #8A1B92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A1B92 is #75E46D. Grayscale: #494949. Windows color (decimal): -7726190 or 9575306. OLE color: 9575306.

HSL color Cylindrical-coordinate representation of color #8A1B92: hue angle of 295.97º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A1B92 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13827146-
CMYK0.050.8200.43
HSL295.97º68.79%33.92%-
HSV(B)295.97º81.51%57.25%-
XYZ16.068.2627.94-
YUV73.76168.77173.82-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.37%
GREEN value IS 27 (10.94% from 255) = 8.68%
BLUE value IS 146 (57.42% from 255) = 46.95%
R=44.37%
G=8.68%
B=46.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal138271460.050.8200.43295.9768.7933.92
Hex8A1B9255202B1284522
Octal21233222512205345010542
Binary100010101101110010010101101001001010111001010001000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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