#915997

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

Shades of Violet Blue #915997

Tints of Violet Blue #915997

Color information

#915997 (or 0x915997) is unknown color: approx Violet Blue. HEX triplet: 91, 59 and 97. RGB value is (145,89,151). Sum of RGB (Red+Green+Blue) = 145+89+151=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 151 - color contains mainly: blue. Hex color #915997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915997 is #6EA668. Grayscale: #707070. Windows color (decimal): -7251561 or 9918865. OLE color: 9918865.

HSL color Cylindrical-coordinate representation of color #915997: hue angle of 294.19º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #915997 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14589151-
CMYK0.040.4100.41
HSL294.19º25.83%47.06%-
HSV(B)294.19º41.06%59.22%-
XYZ20.8415.431.15-
YUV112.81149.55150.96-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.66%
GREEN value IS 89 (35.16% from 255) = 23.12%
BLUE value IS 151 (59.38% from 255) = 39.22%
R=37.66%
G=23.12%
B=39.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal145891510.040.4100.41294.1925.8347.06
Hex9159974290291261a2f
Octal2211312274510514463257
Binary10010001101100110010111100101001010100110010011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915997; }

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

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

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

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

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

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

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

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