#91599B

Color #91599B Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #91599B

Tints of Violet Blue #91599B

Color information

#91599B (or 0x91599B) is unknown color: approx Violet Blue. HEX triplet: 91, 59 and 9B. RGB value is (145,89,155). Sum of RGB (Red+Green+Blue) = 145+89+155=389 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.28% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 155 - color contains mainly: blue. Hex color #91599B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91599B is #6EA664. Grayscale: #717171. Windows color (decimal): -7251557 or 10181009. OLE color: 10181009.

HSL color Cylindrical-coordinate representation of color #91599B: hue angle of 290.91º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91599B is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14589155-
CMYK0.060.4300.39
HSL290.91º27.05%47.84%-
HSV(B)290.91º42.58%60.78%-
XYZ21.1715.5332.89-
YUV113.27151.55150.63-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.28%
GREEN value IS 89 (35.16% from 255) = 22.88%
BLUE value IS 155 (60.94% from 255) = 39.85%
R=37.28%
G=22.88%
B=39.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal145891550.060.4300.39290.9127.0547.84
Hex91599B62B0271231b30
Octal2211312336530474433360
Binary10010001101100110011011110101011010011110010001111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91599B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91599B; }

 p { color: rgb(145,89,155); }

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

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

 a { background-color: rgb(145,89,155); }

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

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

 span { border-color: rgb(145,89,155); }

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