#937196

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

Shades of Violet Blue #937196

Tints of Violet Blue #937196

Color information

#937196 (or 0x937196) is unknown color: approx Violet Blue. HEX triplet: 93, 71 and 96. RGB value is (147,113,150). Sum of RGB (Red+Green+Blue) = 147+113+150=410 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.85% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 150 - color contains mainly: blue. Hex color #937196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937196 is #6C8E69. Grayscale: #7F7F7F. Windows color (decimal): -7114346 or 9859475. OLE color: 9859475.

HSL color Cylindrical-coordinate representation of color #937196: hue angle of 295.14º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #937196 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB147113150-
CMYK0.020.2500.41
HSL295.14º14.98%51.57%-
HSV(B)295.14º24.67%58.82%-
XYZ23.4420.2231.52-
YUV127.38140.76141.99-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.85%
GREEN value IS 113 (44.53% from 255) = 27.56%
BLUE value IS 150 (58.98% from 255) = 36.59%
R=35.85%
G=27.56%
B=36.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1471131500.020.2500.41295.1414.9851.57
Hex937196219029127f34
Octal2231612262310514471764
Binary10010011111000110010110101100101010011001001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937196; }

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

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

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

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

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

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

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

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