#913181

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

Shades of Dark Purple #913181

Tints of Dark Purple #913181

Color information

#913181 (or 0x913181) is unknown color: approx Dark Purple. HEX triplet: 91, 31 and 81. RGB value is (145,49,129). Sum of RGB (Red+Green+Blue) = 145+49+129=323 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.89% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 129 (50.78% from 255 or 39.94% from 323); Max value from RGB is 145 - color contains mainly: red. Hex color #913181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913181 is #6ECE7E. Grayscale: #565656. Windows color (decimal): -7261823 or 8466833. OLE color: 8466833.

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

Color convert

RGB14549129-
CMYK00.660.110.43
HSL310º49.48%38.04%-
HSV(B)310º66.21%56.86%-
XYZ16.749.821.78-
YUV86.82151.8169.5-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.89%
GREEN value IS 49 (19.53% from 255) = 15.17%
BLUE value IS 129 (50.78% from 255) = 39.94%
R=44.89%
G=15.17%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454912900.660.110.4331049.4838.04
Hex913181042B2B1363126
Octal22161201010213534666146
Binary1001000111000110000001010000101011101011100110110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913181; }

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

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

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

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

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

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

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

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