#925999

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

Shades of Violet Blue #925999

Tints of Violet Blue #925999

Color information

#925999 (or 0x925999) is unknown color: approx Violet Blue. HEX triplet: 92, 59 and 99. RGB value is (146,89,153). Sum of RGB (Red+Green+Blue) = 146+89+153=388 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.63% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 153 - color contains mainly: blue. Hex color #925999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925999 is #6DA666. Grayscale: #717171. Windows color (decimal): -7186023 or 10049938. OLE color: 10049938.

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

Color convert

RGB14689153-
CMYK0.050.4200.4
HSL293.44º26.45%47.45%-
HSV(B)293.44º41.83%60%-
XYZ21.1815.5632.02-
YUV113.34150.38151.3-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.63%
GREEN value IS 89 (35.16% from 255) = 22.94%
BLUE value IS 153 (60.16% from 255) = 39.43%
R=37.63%
G=22.94%
B=39.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal146891530.050.4200.4293.4426.4547.45
Hex92599952A0281251a2f
Octal2221312315520504453257
Binary10010010101100110011001101101010010100010010010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925999; }

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

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

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

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

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

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

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

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