#9A069F

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

Shades of Dark Magenta #9A069F

Tints of Dark Magenta #9A069F

Color information

#9A069F (or 0x9A069F) is unknown color: approx Dark Magenta. HEX triplet: 9A, 06 and 9F. RGB value is (154,6,159). Sum of RGB (Red+Green+Blue) = 154+6+159=319 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.28% from 319); Green value is 6 (2.73% from 255 or 1.88% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #9A069F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A069F is #65F960. Grayscale: #434343. Windows color (decimal): -6682977 or 10421914. OLE color: 10421914.

HSL color Cylindrical-coordinate representation of color #9A069F: hue angle of 298.04º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A069F is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1546159-
CMYK0.030.9600.38
HSL298.04º92.73%32.35%-
HSV(B)298.04º96.23%62.35%-
XYZ19.659.533.6-
YUV67.69179.53189.56-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 48.28%
GREEN value IS 6 (2.73% from 255) = 1.88%
BLUE value IS 159 (62.5% from 255) = 49.84%
R=48.28%
G=1.88%
B=49.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15461590.030.9600.38298.0492.7332.35
Hex9A69F36002612a5d20
Octal2326237314004645213540
Binary100110101101001111111110000001001101001010101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A069F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,6,159); }

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

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

 a { background-color: rgb(154,6,159); }

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

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

 span { border-color: rgb(154,6,159); }

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