#9A039B

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

Shades of Dark Magenta #9A039B

Tints of Dark Magenta #9A039B

Color information

#9A039B (or 0x9A039B) is unknown color: approx Dark Magenta. HEX triplet: 9A, 03 and 9B. RGB value is (154,3,155). Sum of RGB (Red+Green+Blue) = 154+3+155=312 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.36% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #9A039B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A039B is #65FC64. Grayscale: #414141. Windows color (decimal): -6683749 or 10159002. OLE color: 10159002.

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

Color convert

RGB1543155-
CMYK0.010.9800.39
HSL299.61º96.2%30.98%-
HSV(B)299.61º98.06%60.78%-
XYZ19.289.331.79-
YUV65.48178.53191.14-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 49.36%
GREEN value IS 3 (1.56% from 255) = 0.96%
BLUE value IS 155 (60.94% from 255) = 49.68%
R=49.36%
G=0.96%
B=49.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15431550.010.9800.39299.6196.230.98
Hex9A39B16202712c601f
Octal2323233114204745414037
Binary100110101110011011111000100100111100101100110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A039B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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