#911B88

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

Shades of Dark Purple #911B88

Tints of Dark Purple #911B88

Color information

#911B88 (or 0x911B88) is unknown color: approx Dark Purple. HEX triplet: 91, 1B and 88. RGB value is (145,27,136). Sum of RGB (Red+Green+Blue) = 145+27+136=308 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.08% from 308); Green value is 27 (10.94% from 255 or 8.77% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 145 - color contains mainly: red. Hex color #911B88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911B88 is #6EE477. Grayscale: #4A4A4A. Windows color (decimal): -7267448 or 8919953. OLE color: 8919953.

HSL color Cylindrical-coordinate representation of color #911B88: hue angle of 304.58º degrees, saturation: 0.69, 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 #911B88 is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB14527136-
CMYK00.810.060.43
HSL304.58º68.6%33.73%-
HSV(B)304.58º81.38%56.86%-
XYZ16.518.5824.08-
YUV74.71162.59178.14-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.08%
GREEN value IS 27 (10.94% from 255) = 8.77%
BLUE value IS 136 (53.52% from 255) = 44.16%
R=47.08%
G=8.77%
B=44.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1452713600.810.060.43304.5868.633.73
Hex911B8805162B1314522
Octal22133210012165346110542
Binary100100011101110001000010100011101010111001100011000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,27,136); }

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

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

 a { background-color: rgb(145,27,136); }

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

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

 span { border-color: rgb(145,27,136); }

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