#911F90

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

Shades of Dark Purple #911F90

Tints of Dark Purple #911F90

Color information

#911F90 (or 0x911F90) is unknown color: approx Dark Purple. HEX triplet: 91, 1F and 90. RGB value is (145,31,144). Sum of RGB (Red+Green+Blue) = 145+31+144=320 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.31% from 320); Green value is 31 (12.5% from 255 or 9.69% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 145 - color contains mainly: red. Hex color #911F90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911F90 is #6EE06F. Grayscale: #4D4D4D. Windows color (decimal): -7266416 or 9445265. OLE color: 9445265.

HSL color Cylindrical-coordinate representation of color #911F90: hue angle of 300.53º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #911F90 is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB14531144-
CMYK00.790.010.43
HSL300.53º64.77%34.51%-
HSV(B)300.53º78.62%56.86%-
XYZ17.29.0127.22-
YUV77.97165.27175.81-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.31%
GREEN value IS 31 (12.5% from 255) = 9.69%
BLUE value IS 144 (56.64% from 255) = 45%
R=45.31%
G=9.69%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453114400.790.010.43300.5364.7734.51
Hex911F9004F12B12d4123
Octal22137220011715345510143
Binary1001000111111100100000100111111010111001011011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,31,144); }

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

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

 a { background-color: rgb(145,31,144); }

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

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

 span { border-color: rgb(145,31,144); }

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