#9A089F

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

Shades of Dark Magenta #9A089F

Tints of Dark Magenta #9A089F

Color information

#9A089F (or 0x9A089F) is unknown color: approx Dark Magenta. HEX triplet: 9A, 08 and 9F. RGB value is (154,8,159). Sum of RGB (Red+Green+Blue) = 154+8+159=321 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.98% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 159 - color contains mainly: blue. Hex color #9A089F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A089F is #65F760. Grayscale: #444444. Windows color (decimal): -6682465 or 10422426. OLE color: 10422426.

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

Color convert

RGB1548159-
CMYK0.030.9500.38
HSL298.01º90.42%32.75%-
HSV(B)298.01º94.97%62.35%-
XYZ19.679.5533.61-
YUV68.87178.87188.72-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 47.98%
GREEN value IS 8 (3.52% from 255) = 2.49%
BLUE value IS 159 (62.5% from 255) = 49.53%
R=47.98%
G=2.49%
B=49.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15481590.030.9500.38298.0190.4232.75
Hex9A89F35F02612a5a21
Octal23210237313704645213241
Binary1001101010001001111111101111101001101001010101011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A089F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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