#910199

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

Shades of Dark Magenta #910199

Tints of Dark Magenta #910199

Color information

#910199 (or 0x910199) is unknown color: approx Dark Magenta. HEX triplet: 91, 01 and 99. RGB value is (145,1,153). Sum of RGB (Red+Green+Blue) = 145+1+153=299 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.49% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #910199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910199 is #6EFE66. Grayscale: #3C3C3C. Windows color (decimal): -7274087 or 10027409. OLE color: 10027409.

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

Color convert

RGB1451153-
CMYK0.050.9900.4
HSL296.84º98.7%30.2%-
HSV(B)296.84º99.35%60%-
XYZ17.448.3430.83-
YUV61.38179.71187.64-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.49%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 153 (60.16% from 255) = 51.17%
R=48.49%
G=0.33%
B=51.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal14511530.050.9900.4296.8498.730.2
Hex91199563028129631e
Octal2211231514305045114336
Binary1001000111001100110111000110101000100101001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910199; }

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

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

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

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

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

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

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

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