#9A0184

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

Shades of Dark Magenta #9A0184

Tints of Dark Magenta #9A0184

Color information

#9A0184 (or 0x9A0184) is unknown color: approx Dark Magenta. HEX triplet: 9A, 01 and 84. RGB value is (154,1,132). Sum of RGB (Red+Green+Blue) = 154+1+132=287 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.66% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 132 (51.95% from 255 or 45.99% from 287); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0184 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0184 is #65FE7B. Grayscale: #3D3D3D. Windows color (decimal): -6684284 or 8651162. OLE color: 8651162.

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

Color convert

RGB1541132-
CMYK00.990.140.40
HSL308.63º98.71%30.39%-
HSV(B)308.63º99.35%60.39%-
XYZ17.58.5622.56-
YUV61.68167.69193.85-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 53.66%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 132 (51.95% from 255) = 45.99%
R=53.66%
G=0.35%
B=45.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154113200.990.140.40308.6398.7130.39
Hex9A184063E28135631e
Octal23212040143165046514336
Binary10011010110000100011000111110101000100110101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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