#916995

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

Shades of Violet Blue #916995

Tints of Violet Blue #916995

Color information

#916995 (or 0x916995) is unknown color: approx Violet Blue. HEX triplet: 91, 69 and 95. RGB value is (145,105,149). Sum of RGB (Red+Green+Blue) = 145+105+149=399 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.34% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 149 - color contains mainly: blue. Hex color #916995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916995 is #6E966A. Grayscale: #797979. Windows color (decimal): -7247467 or 9791889. OLE color: 9791889.

HSL color Cylindrical-coordinate representation of color #916995: hue angle of 294.55º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #916995 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB145105149-
CMYK0.030.3000.42
HSL294.55º17.32%49.8%-
HSV(B)294.55º29.53%58.43%-
XYZ22.1518.2930.8-
YUV121.98143.25144.42-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.34%
GREEN value IS 105 (41.41% from 255) = 26.32%
BLUE value IS 149 (58.59% from 255) = 37.34%
R=36.34%
G=26.32%
B=37.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451051490.030.3000.42294.5517.3249.8
Hex91699531E02A1271132
Octal2211512253360524472162
Binary100100011101001100101011111110010101010010011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916995; }

 p { color: rgb(145,105,149); }

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

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

 a { background-color: rgb(145,105,149); }

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

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

 span { border-color: rgb(145,105,149); }

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