#9A0784

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

Shades of Dark Magenta #9A0784

Tints of Dark Magenta #9A0784

Color information

#9A0784 (or 0x9A0784) is unknown color: approx Dark Magenta. HEX triplet: 9A, 07 and 84. RGB value is (154,7,132). Sum of RGB (Red+Green+Blue) = 154+7+132=293 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.56% from 293); Green value is 7 (3.12% from 255 or 2.39% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0784 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0784 is #65F87B. Grayscale: #404040. Windows color (decimal): -6682748 or 8652698. OLE color: 8652698.

HSL color Cylindrical-coordinate representation of color #9A0784: hue angle of 308.98º degrees, saturation: 0.91, 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 #9A0784 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB1547132-
CMYK00.950.140.40
HSL308.98º91.3%31.57%-
HSV(B)308.98º95.45%60.39%-
XYZ17.578.6922.58-
YUV65.2165.7191.34-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 52.56%
GREEN value IS 7 (3.12% from 255) = 2.39%
BLUE value IS 132 (51.95% from 255) = 45.05%
R=52.56%
G=2.39%
B=45.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154713200.950.140.40308.9891.331.57
Hex9A78405FE281355b20
Octal23272040137165046513340
Binary10011010111100001000101111111101010001001101011011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,7,132); }

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

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

 a { background-color: rgb(154,7,132); }

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

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

 span { border-color: rgb(154,7,132); }

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