#915699

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

Shades of Violet Blue #915699

Tints of Violet Blue #915699

Color information

#915699 (or 0x915699) is unknown color: approx Violet Blue. HEX triplet: 91, 56 and 99. RGB value is (145,86,153). Sum of RGB (Red+Green+Blue) = 145+86+153=384 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.76% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 153 - color contains mainly: blue. Hex color #915699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915699 is #6EA966. Grayscale: #6F6F6F. Windows color (decimal): -7252327 or 10049169. OLE color: 10049169.

HSL color Cylindrical-coordinate representation of color #915699: hue angle of 292.84º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #915699 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14586153-
CMYK0.050.4400.4
HSL292.84º28.03%46.86%-
HSV(B)292.84º43.79%60%-
XYZ20.7514.9831.93-
YUV111.28151.55152.05-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.76%
GREEN value IS 86 (33.98% from 255) = 22.40%
BLUE value IS 153 (60.16% from 255) = 39.84%
R=37.76%
G=22.40%
B=39.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal145861530.050.4400.4292.8428.0346.86
Hex91569952C0281251c2f
Octal2211262315540504453457
Binary10010001101011010011001101101100010100010010010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915699; }

 p { color: rgb(145,86,153); }

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

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

 a { background-color: rgb(145,86,153); }

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

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

 span { border-color: rgb(145,86,153); }

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