#926999

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

Shades of Violet Blue #926999

Tints of Violet Blue #926999

Color information

#926999 (or 0x926999) is unknown color: approx Violet Blue. HEX triplet: 92, 69 and 99. RGB value is (146,105,153). Sum of RGB (Red+Green+Blue) = 146+105+153=404 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.14% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 153 - color contains mainly: blue. Hex color #926999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926999 is #6D9666. Grayscale: #7A7A7A. Windows color (decimal): -7181927 or 10054034. OLE color: 10054034.

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

Color convert

RGB146105153-
CMYK0.050.3100.4
HSL291.25º19.05%50.59%-
HSV(B)291.25º31.37%60%-
XYZ22.6618.5132.52-
YUV122.73145.08144.6-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.14%
GREEN value IS 105 (41.41% from 255) = 25.99%
BLUE value IS 153 (60.16% from 255) = 37.87%
R=36.14%
G=25.99%
B=37.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1461051530.050.3100.4291.2519.0550.59
Hex92699951F0281231333
Octal2221512315370504432363
Binary1001001011010011001100110111111010100010010001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926999; }

 p { color: rgb(146,105,153); }

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

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

 a { background-color: rgb(146,105,153); }

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

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

 span { border-color: rgb(146,105,153); }

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