#911971

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

Shades of Dark Purple #911971

Tints of Dark Purple #911971

Color information

#911971 (or 0x911971) is unknown color: approx Dark Purple. HEX triplet: 91, 19 and 71. RGB value is (145,25,113). Sum of RGB (Red+Green+Blue) = 145+25+113=283 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.24% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 145 - color contains mainly: red. Hex color #911971 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911971 is #6EE68E. Grayscale: #464646. Windows color (decimal): -7267983 or 7412113. OLE color: 7412113.

HSL color Cylindrical-coordinate representation of color #911971: hue angle of 316º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #911971 is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB14525113-
CMYK00.830.220.43
HSL316º70.59%33.33%-
HSV(B)316º82.76%56.86%-
XYZ15.017.9116.36-
YUV70.91151.76180.84-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.24%
GREEN value IS 25 (10.16% from 255) = 8.83%
BLUE value IS 113 (44.53% from 255) = 39.93%
R=51.24%
G=8.83%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1452511300.830.220.4331670.5933.33
Hex911971053162B13c4721
Octal221311610123265347410741
Binary1001000111001111000101010011101101010111001111001000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911971; }

 p { color: rgb(145,25,113); }

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

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

 a { background-color: rgb(145,25,113); }

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

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

 span { border-color: rgb(145,25,113); }

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