#9117AB

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

Shades of Dark Magenta #9117AB

Tints of Dark Magenta #9117AB

Color information

#9117AB (or 0x9117AB) is unknown color: approx Dark Magenta. HEX triplet: 91, 17 and AB. RGB value is (145,23,171). Sum of RGB (Red+Green+Blue) = 145+23+171=339 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.77% from 339); Green value is 23 (9.38% from 255 or 6.78% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #9117AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9117AB is #6EE854. Grayscale: #4B4B4B. Windows color (decimal): -7268437 or 11212689. OLE color: 11212689.

HSL color Cylindrical-coordinate representation of color #9117AB: hue angle of 289.46º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9117AB is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14523171-
CMYK0.150.8700.33
HSL289.46º76.29%38.04%-
HSV(B)289.46º86.55%67.06%-
XYZ19.339.5739.36-
YUV76.35181.42176.97-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.77%
GREEN value IS 23 (9.38% from 255) = 6.78%
BLUE value IS 171 (67.19% from 255) = 50.44%
R=42.77%
G=6.78%
B=50.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal145231710.150.8700.33289.4676.2938.04
Hex9117ABF570211214c26
Octal221272531712704144111446
Binary1001000110111101010111111101011101000011001000011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9117AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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