#911788

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

Shades of Dark Purple #911788

Tints of Dark Purple #911788

Color information

#911788 (or 0x911788) is unknown color: approx Dark Purple. HEX triplet: 91, 17 and 88. RGB value is (145,23,136). Sum of RGB (Red+Green+Blue) = 145+23+136=304 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.70% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 145 - color contains mainly: red. Hex color #911788 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911788 is #6EE877. Grayscale: #484848. Windows color (decimal): -7268472 or 8918929. OLE color: 8918929.

HSL color Cylindrical-coordinate representation of color #911788: hue angle of 304.43º 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 #911788 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB14523136-
CMYK00.840.060.43
HSL304.43º72.62%32.94%-
HSV(B)304.43º84.14%56.86%-
XYZ16.438.4124.05-
YUV72.36163.92179.81-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.70%
GREEN value IS 23 (9.38% from 255) = 7.57%
BLUE value IS 136 (53.52% from 255) = 44.74%
R=47.70%
G=7.57%
B=44.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1452313600.840.060.43304.4372.6232.94
Hex91178805462B1304921
Octal22127210012465346011141
Binary100100011011110001000010101001101010111001100001001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911788; }

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

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

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

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

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

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

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

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