#913188

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

Shades of Dark Purple #913188

Tints of Dark Purple #913188

Color information

#913188 (or 0x913188) is unknown color: approx Dark Purple. HEX triplet: 91, 31 and 88. RGB value is (145,49,136). Sum of RGB (Red+Green+Blue) = 145+49+136=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 145 - color contains mainly: red. Hex color #913188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913188 is #6ECE77. Grayscale: #575757. Windows color (decimal): -7261816 or 8925585. OLE color: 8925585.

HSL color Cylindrical-coordinate representation of color #913188: hue angle of 305.62º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #913188 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB14549136-
CMYK00.660.060.43
HSL305.62º49.48%38.04%-
HSV(B)305.62º66.21%56.86%-
XYZ17.229.9924.31-
YUV87.62155.3168.93-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.94%
GREEN value IS 49 (19.53% from 255) = 14.85%
BLUE value IS 136 (53.52% from 255) = 41.21%
R=43.94%
G=14.85%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454913600.660.060.43305.6249.4838.04
Hex91318804262B1323126
Octal2216121001026534626146
Binary100100011100011000100001000010110101011100110010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913188; }

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

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

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

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

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

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

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

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