#911A9E

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

Shades of Dark Magenta #911A9E

Tints of Dark Magenta #911A9E

Color information

#911A9E (or 0x911A9E) is unknown color: approx Dark Magenta. HEX triplet: 91, 1A and 9E. RGB value is (145,26,158). Sum of RGB (Red+Green+Blue) = 145+26+158=329 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.07% from 329); Green value is 26 (10.55% from 255 or 7.90% from 329); Blue value is 158 (62.11% from 255 or 48.02% from 329); Max value from RGB is 158 - color contains mainly: blue. Hex color #911A9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911A9E is #6EE561. Grayscale: #4C4C4C. Windows color (decimal): -7267682 or 10361489. OLE color: 10361489.

HSL color Cylindrical-coordinate representation of color #911A9E: hue angle of 294.09º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #911A9E is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14526158-
CMYK0.080.8400.38
HSL294.09º71.74%36.08%-
HSV(B)294.09º83.54%61.96%-
XYZ18.229.2333.17-
YUV76.63173.92176.77-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.07%
GREEN value IS 26 (10.55% from 255) = 7.90%
BLUE value IS 158 (62.11% from 255) = 48.02%
R=44.07%
G=7.90%
B=48.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal145261580.080.8400.38294.0971.7436.08
Hex911A9E8540261264824
Octal221322361012404644611044
Binary1001000111010100111101000101010001001101001001101001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911A9E; }

 p { color: rgb(145,26,158); }

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

<style>
 a { background-color: #911A9E; }

 a { background-color: rgb(145,26,158); }

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

<style>
 span { border-color: #911A9E; }

 span { border-color: rgb(145,26,158); }

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