#9A0894

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

Shades of Dark Magenta #9A0894

Tints of Dark Magenta #9A0894

Color information

#9A0894 (or 0x9A0894) is unknown color: approx Dark Magenta. HEX triplet: 9A, 08 and 94. RGB value is (154,8,148). Sum of RGB (Red+Green+Blue) = 154+8+148=310 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.68% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 148 (58.20% from 255 or 47.74% from 310); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0894 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0894 is #65F76B. Grayscale: #434343. Windows color (decimal): -6682476 or 9701530. OLE color: 9701530.

HSL color Cylindrical-coordinate representation of color #9A0894: hue angle of 302.47º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9A0894 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB1548148-
CMYK00.950.040.40
HSL302.47º90.12%31.76%-
HSV(B)302.47º94.81%60.39%-
XYZ18.769.1828.8-
YUV67.61173.37189.62-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 49.68%
GREEN value IS 8 (3.52% from 255) = 2.58%
BLUE value IS 148 (58.20% from 255) = 47.74%
R=49.68%
G=2.58%
B=47.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154814800.950.040.40302.4790.1231.76
Hex9A89405F42812e5a20
Octal23210224013745045613240
Binary10011010100010010100010111111001010001001011101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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