#9117A8

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

Shades of Dark Magenta #9117A8

Tints of Dark Magenta #9117A8

Color information

#9117A8 (or 0x9117A8) is unknown color: approx Dark Magenta. HEX triplet: 91, 17 and A8. RGB value is (145,23,168). Sum of RGB (Red+Green+Blue) = 145+23+168=336 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.15% from 336); Green value is 23 (9.38% from 255 or 6.85% from 336); Blue value is 168 (66.02% from 255 or 50% from 336); Max value from RGB is 168 - color contains mainly: blue. Hex color #9117A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9117A8 is #6EE857. Grayscale: #4B4B4B. Windows color (decimal): -7268440 or 11016081. OLE color: 11016081.

HSL color Cylindrical-coordinate representation of color #9117A8: hue angle of 290.48º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9117A8 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB14523168-
CMYK0.140.8600.34
HSL290.48º75.92%37.45%-
HSV(B)290.48º86.31%65.88%-
XYZ19.059.4637.87-
YUV76.01179.92177.21-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.15%
GREEN value IS 23 (9.38% from 255) = 6.85%
BLUE value IS 168 (66.02% from 255) = 50%
R=43.15%
G=6.85%
B=50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal145231680.140.8600.34290.4875.9237.45
Hex9117A8E560221224c25
Octal221272501612604244211445
Binary1001000110111101010001110101011001000101001000101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9117A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9117A8; }

 p { color: rgb(145,23,168); }

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

<style>
 a { background-color: #9117A8; }

 a { background-color: rgb(145,23,168); }

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

<style>
 span { border-color: #9117A8; }

 span { border-color: rgb(145,23,168); }

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