#9A038B

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

Shades of Dark Magenta #9A038B

Tints of Dark Magenta #9A038B

Color information

#9A038B (or 0x9A038B) is unknown color: approx Dark Magenta. HEX triplet: 9A, 03 and 8B. RGB value is (154,3,139). Sum of RGB (Red+Green+Blue) = 154+3+139=296 (39% of max value = 765). Red value is 154 (60.55% from 255 or 52.03% from 296); Green value is 3 (1.56% from 255 or 1.01% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 154 - color contains mainly: red. Hex color #9A038B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A038B is #65FC74. Grayscale: #3F3F3F. Windows color (decimal): -6683765 or 9110426. OLE color: 9110426.

HSL color Cylindrical-coordinate representation of color #9A038B: hue angle of 305.96º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9A038B is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB1543139-
CMYK00.980.100.40
HSL305.96º96.18%30.78%-
HSV(B)305.96º98.05%60.39%-
XYZ18.028.825.17-
YUV63.65170.53192.44-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 52.03%
GREEN value IS 3 (1.56% from 255) = 1.01%
BLUE value IS 139 (54.69% from 255) = 46.96%
R=52.03%
G=1.01%
B=46.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154313900.980.100.40305.9696.1830.78
Hex9A38B062A28132601f
Octal23232130142125046214037
Binary100110101110001011011000101010101000100110010110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A038B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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