#9A0685

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

Shades of Dark Magenta #9A0685

Tints of Dark Magenta #9A0685

Color information

#9A0685 (or 0x9A0685) is unknown color: approx Dark Magenta. HEX triplet: 9A, 06 and 85. RGB value is (154,6,133). Sum of RGB (Red+Green+Blue) = 154+6+133=293 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.56% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0685 is #65F97A. Grayscale: #404040. Windows color (decimal): -6683003 or 8717978. OLE color: 8717978.

HSL color Cylindrical-coordinate representation of color #9A0685: hue angle of 308.51º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A0685 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB1546133-
CMYK00.960.140.40
HSL308.51º92.5%31.37%-
HSV(B)308.51º96.1%60.39%-
XYZ17.638.6922.94-
YUV64.73166.53191.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 52.56%
GREEN value IS 6 (2.73% from 255) = 2.05%
BLUE value IS 133 (52.34% from 255) = 45.39%
R=52.56%
G=2.05%
B=45.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154613300.960.140.40308.5192.531.37
Hex9A685060E281355c1f
Octal23262050140165046513437
Binary1001101011010000101011000001110101000100110101101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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