#8A0793

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

Shades of Dark Magenta #8A0793

Tints of Dark Magenta #8A0793

Color information

#8A0793 (or 0x8A0793) is unknown color: approx Dark Magenta. HEX triplet: 8A, 07 and 93. RGB value is (138,7,147). Sum of RGB (Red+Green+Blue) = 138+7+147=292 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.26% from 292); Green value is 7 (3.12% from 255 or 2.40% from 292); Blue value is 147 (57.81% from 255 or 50.34% from 292); Max value from RGB is 147 - color contains mainly: blue. Hex color #8A0793 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0793 is #75F86C. Grayscale: #3D3D3D. Windows color (decimal): -7731309 or 9635722. OLE color: 9635722.

HSL color Cylindrical-coordinate representation of color #8A0793: hue angle of 296.14º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A0793 is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1387147-
CMYK0.060.9500.42
HSL296.14º90.91%30.2%-
HSV(B)296.14º95.24%57.65%-
XYZ15.827.6628.25-
YUV62.13175.9182.12-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 47.26%
GREEN value IS 7 (3.12% from 255) = 2.40%
BLUE value IS 147 (57.81% from 255) = 50.34%
R=47.26%
G=2.40%
B=50.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13871470.060.9500.42296.1490.9130.2
Hex8A79365F02A1285b1e
Octal2127223613705245013336
Binary100010101111001001111010111110101010100101000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,7,147); }

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

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

 a { background-color: rgb(138,7,147); }

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

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

 span { border-color: rgb(138,7,147); }

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