#9104AD

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

Shades of Dark Magenta #9104AD

Tints of Dark Magenta #9104AD

Color information

#9104AD (or 0x9104AD) is unknown color: approx Dark Magenta. HEX triplet: 91, 04 and AD. RGB value is (145,4,173). Sum of RGB (Red+Green+Blue) = 145+4+173=322 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.03% from 322); Green value is 4 (1.95% from 255 or 1.24% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #9104AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9104AD is #6EFB52. Grayscale: #404040. Windows color (decimal): -7273299 or 11338897. OLE color: 11338897.

HSL color Cylindrical-coordinate representation of color #9104AD: hue angle of 290.06º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9104AD is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1454173-
CMYK0.160.9800.32
HSL290.06º95.48%34.71%-
HSV(B)290.06º97.69%67.84%-
XYZ19.269.1240.28-
YUV65.42188.71184.76-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.03%
GREEN value IS 4 (1.95% from 255) = 1.24%
BLUE value IS 173 (67.97% from 255) = 53.73%
R=45.03%
G=1.24%
B=53.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14541730.160.9800.32290.0695.4834.71
Hex914AD10620201225f23
Octal22142552014204044213743
Binary100100011001010110110000110001001000001001000101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9104AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9104AD; }

 p { color: rgb(145,4,173); }

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

<style>
 a { background-color: #9104AD; }

 a { background-color: rgb(145,4,173); }

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

<style>
 span { border-color: #9104AD; }

 span { border-color: rgb(145,4,173); }

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