#8A038B

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

Shades of Dark Magenta #8A038B

Tints of Dark Magenta #8A038B

Color information

#8A038B (or 0x8A038B) is unknown color: approx Dark Magenta. HEX triplet: 8A, 03 and 8B. RGB value is (138,3,139). Sum of RGB (Red+Green+Blue) = 138+3+139=280 (37% of max value = 765). Red value is 138 (54.30% from 255 or 49.29% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #8A038B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A038B is #75FC74. Grayscale: #3A3A3A. Windows color (decimal): -7732341 or 9110410. OLE color: 9110410.

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

Color convert

RGB1383139-
CMYK0.010.9800.45
HSL299.56º95.77%27.84%-
HSV(B)299.56º97.84%54.51%-
XYZ15.177.3325.04-
YUV58.87173.23184.44-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 49.29%
GREEN value IS 3 (1.56% from 255) = 1.07%
BLUE value IS 139 (54.69% from 255) = 49.64%
R=49.29%
G=1.07%
B=49.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13831390.010.9800.45299.5695.7727.84
Hex8A38B16202D12c601c
Octal2123213114205545414034
Binary100010101110001011111000100101101100101100110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A038B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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