#911775

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

Shades of Dark Purple #911775

Tints of Dark Purple #911775

Color information

#911775 (or 0x911775) is unknown color: approx Dark Purple. HEX triplet: 91, 17 and 75. RGB value is (145,23,117). Sum of RGB (Red+Green+Blue) = 145+23+117=285 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.88% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 145 - color contains mainly: red. Hex color #911775 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911775 is #6EE88A. Grayscale: #454545. Windows color (decimal): -7268491 or 7673745. OLE color: 7673745.

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

Color convert

RGB14523117-
CMYK00.840.190.43
HSL313.77º72.62%32.94%-
HSV(B)313.77º84.14%56.86%-
XYZ15.197.9217.56-
YUV70.19154.42181.36-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 50.88%
GREEN value IS 23 (9.38% from 255) = 8.07%
BLUE value IS 117 (46.09% from 255) = 41.05%
R=50.88%
G=8.07%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1452311700.840.190.43313.7772.6232.94
Hex911775054132B13a4921
Octal221271650124235347211141
Binary1001000110111111010101010100100111010111001110101001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911775; }

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

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

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

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

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

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

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

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