#911599

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

Shades of Dark Magenta #911599

Tints of Dark Magenta #911599

Color information

#911599 (or 0x911599) is unknown color: approx Dark Magenta. HEX triplet: 91, 15 and 99. RGB value is (145,21,153). Sum of RGB (Red+Green+Blue) = 145+21+153=319 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.45% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #911599 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911599 is #6EEA66. Grayscale: #484848. Windows color (decimal): -7268967 or 10032529. OLE color: 10032529.

HSL color Cylindrical-coordinate representation of color #911599: hue angle of 296.36º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #911599 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14521153-
CMYK0.050.8600.4
HSL296.36º75.86%34.12%-
HSV(B)296.36º86.27%60%-
XYZ17.698.8630.91-
YUV73.12173.08179.27-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.45%
GREEN value IS 21 (8.59% from 255) = 6.58%
BLUE value IS 153 (60.16% from 255) = 47.96%
R=45.45%
G=6.58%
B=47.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal145211530.050.8600.4296.3675.8634.12
Hex9115995560281284c22
Octal22125231512605045011442
Binary100100011010110011001101101011001010001001010001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911599; }

 p { color: rgb(145,21,153); }

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

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

 a { background-color: rgb(145,21,153); }

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

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

 span { border-color: rgb(145,21,153); }

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