#934996

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

Shades of Violet Blue #934996

Tints of Violet Blue #934996

Color information

#934996 (or 0x934996) is unknown color: approx Violet Blue. HEX triplet: 93, 49 and 96. RGB value is (147,73,150). Sum of RGB (Red+Green+Blue) = 147+73+150=370 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.73% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 150 (58.98% from 255 or 40.54% from 370); Max value from RGB is 150 - color contains mainly: blue. Hex color #934996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #934996 is #6CB669. Grayscale: #676767. Windows color (decimal): -7124586 or 9849235. OLE color: 9849235.

HSL color Cylindrical-coordinate representation of color #934996: hue angle of 297.66º 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 #934996 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14773150-
CMYK0.020.5100.41
HSL297.66º34.53%43.73%-
HSV(B)297.66º51.33%58.82%-
XYZ19.9213.1730.35-
YUV103.9154.02158.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.73%
GREEN value IS 73 (28.91% from 255) = 19.73%
BLUE value IS 150 (58.98% from 255) = 40.54%
R=39.73%
G=19.73%
B=40.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal147731500.020.5100.41297.6634.5343.73
Hex93499623302912a232c
Octal2231112262630514524354
Binary10010011100100110010110101100110101001100101010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934996; }

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

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

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

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

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

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

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

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