#8A038A

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

Shades of Dark Magenta #8A038A

Tints of Dark Magenta #8A038A

Color information

#8A038A (or 0x8A038A) is unknown color: approx Dark Magenta. HEX triplet: 8A, 03 and 8A. RGB value is (138,3,138). Sum of RGB (Red+Green+Blue) = 138+3+138=279 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.46% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 138 (54.30% from 255 or 49.46% from 279); Max value from RGB is 138 - color contains mainly: red, blue. Hex color #8A038A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A038A is #75FC75. Grayscale: #3A3A3A. Windows color (decimal): -7732342 or 9044874. OLE color: 9044874.

HSL color Cylindrical-coordinate representation of color #8A038A: hue angle of 300º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A038A is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1383138-
CMYK00.9800.46
HSL300º95.74%27.65%-
HSV(B)300º97.83%54.12%-
XYZ15.17.324.66-
YUV58.76172.73184.52-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 49.46%
GREEN value IS 3 (1.56% from 255) = 1.08%
BLUE value IS 138 (54.30% from 255) = 49.46%
R=49.46%
G=1.08%
B=49.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138313800.9800.4630095.7427.65
Hex8A38A06202E12c601c
Octal2123212014205645414034
Binary100010101110001010011000100101110100101100110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A038A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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