#911C8F

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

Shades of Dark Purple #911C8F

Tints of Dark Purple #911C8F

Color information

#911C8F (or 0x911C8F) is unknown color: approx Dark Purple. HEX triplet: 91, 1C and 8F. RGB value is (145,28,143). Sum of RGB (Red+Green+Blue) = 145+28+143=316 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.89% from 316); Green value is 28 (11.33% from 255 or 8.86% from 316); Blue value is 143 (56.25% from 255 or 45.25% from 316); Max value from RGB is 145 - color contains mainly: red. Hex color #911C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911C8F is #6EE370. Grayscale: #4B4B4B. Windows color (decimal): -7267185 or 9378961. OLE color: 9378961.

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

Color convert

RGB14528143-
CMYK00.810.010.43
HSL301.03º67.63%33.92%-
HSV(B)301.03º80.69%56.86%-
XYZ17.058.8326.79-
YUV76.09165.76177.15-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.89%
GREEN value IS 28 (11.33% from 255) = 8.86%
BLUE value IS 143 (56.25% from 255) = 45.25%
R=45.89%
G=8.86%
B=45.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1452814300.810.010.43301.0367.6333.92
Hex911C8F05112B12d4422
Octal22134217012115345510442
Binary1001000111100100011110101000111010111001011011000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,28,143); }

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

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

 a { background-color: rgb(145,28,143); }

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

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

 span { border-color: rgb(145,28,143); }

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