#8A0393

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

Shades of Dark Magenta #8A0393

Tints of Dark Magenta #8A0393

Color information

#8A0393 (or 0x8A0393) is unknown color: approx Dark Magenta. HEX triplet: 8A, 03 and 93. RGB value is (138,3,147). Sum of RGB (Red+Green+Blue) = 138+3+147=288 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.92% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 147 (57.81% from 255 or 51.04% from 288); Max value from RGB is 147 - color contains mainly: blue. Hex color #8A0393 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0393 is #75FC6C. Grayscale: #3B3B3B. Windows color (decimal): -7732333 or 9634698. OLE color: 9634698.

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

Color convert

RGB1383147-
CMYK0.060.9800.42
HSL296.25º96%29.41%-
HSV(B)296.25º97.96%57.65%-
XYZ15.787.5728.23-
YUV59.78177.23183.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 47.92%
GREEN value IS 3 (1.56% from 255) = 1.04%
BLUE value IS 147 (57.81% from 255) = 51.04%
R=47.92%
G=1.04%
B=51.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13831470.060.9800.42296.259629.41
Hex8A39366202A128601d
Octal2123223614205245014035
Binary10001010111001001111011000100101010100101000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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