#8A0292

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

Shades of Dark Magenta #8A0292

Tints of Dark Magenta #8A0292

Color information

#8A0292 (or 0x8A0292) is unknown color: approx Dark Magenta. HEX triplet: 8A, 02 and 92. RGB value is (138,2,146). Sum of RGB (Red+Green+Blue) = 138+2+146=286 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.25% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 146 (57.42% from 255 or 51.05% from 286); Max value from RGB is 146 - color contains mainly: blue. Hex color #8A0292 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0292 is #75FD6D. Grayscale: #3A3A3A. Windows color (decimal): -7732590 or 9568906. OLE color: 9568906.

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

Color convert

RGB1382146-
CMYK0.050.9900.43
HSL296.67º97.3%29.02%-
HSV(B)296.67º98.63%57.25%-
XYZ15.697.5227.82-
YUV59.08177.06184.29-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.25%
GREEN value IS 2 (1.17% from 255) = 0.70%
BLUE value IS 146 (57.42% from 255) = 51.05%
R=48.25%
G=0.70%
B=51.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13821460.050.9900.43296.6797.329.02
Hex8A29256302B129611d
Octal2122222514305345114135
Binary10001010101001001010111000110101011100101001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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