#924996

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

Shades of Violet Blue #924996

Tints of Violet Blue #924996

Color information

#924996 (or 0x924996) is unknown color: approx Violet Blue. HEX triplet: 92, 49 and 96. RGB value is (146,73,150). Sum of RGB (Red+Green+Blue) = 146+73+150=369 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.57% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 150 (58.98% from 255 or 40.65% from 369); Max value from RGB is 150 - color contains mainly: blue. Hex color #924996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #924996 is #6DB669. Grayscale: #676767. Windows color (decimal): -7190122 or 9849234. OLE color: 9849234.

HSL color Cylindrical-coordinate representation of color #924996: hue angle of 296.88º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #924996 is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14673150-
CMYK0.030.5100.41
HSL296.88º34.53%43.73%-
HSV(B)296.88º51.33%58.82%-
XYZ19.7413.0830.34-
YUV103.6154.18158.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.57%
GREEN value IS 73 (28.91% from 255) = 19.78%
BLUE value IS 150 (58.98% from 255) = 40.65%
R=39.57%
G=19.78%
B=40.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal146731500.030.5100.41296.8834.5343.73
Hex924996333029129232c
Octal2221112263630514514354
Binary10010010100100110010110111100110101001100101001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924996; }

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

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

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

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

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

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

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

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