#924999

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

Shades of Violet Blue #924999

Tints of Violet Blue #924999

Color information

#924999 (or 0x924999) is unknown color: approx Violet Blue. HEX triplet: 92, 49 and 99. RGB value is (146,73,153). Sum of RGB (Red+Green+Blue) = 146+73+153=372 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.25% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 153 - color contains mainly: blue. Hex color #924999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #924999 is #6DB666. Grayscale: #676767. Windows color (decimal): -7190119 or 10045842. OLE color: 10045842.

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

Color convert

RGB14673153-
CMYK0.050.5200.4
HSL294.75º35.4%44.31%-
HSV(B)294.75º52.29%60%-
XYZ19.9913.1831.63-
YUV103.95155.68158-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.25%
GREEN value IS 73 (28.91% from 255) = 19.62%
BLUE value IS 153 (60.16% from 255) = 41.13%
R=39.25%
G=19.62%
B=41.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal146731530.050.5200.4294.7535.444.31
Hex924999534028127232c
Octal2221112315640504474354
Binary100100101001001100110011011101000101000100100111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924999; }

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

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

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

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

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

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

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

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