#937195

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

Shades of Violet Blue #937195

Tints of Violet Blue #937195

Color information

#937195 (or 0x937195) is unknown color: approx Violet Blue. HEX triplet: 93, 71 and 95. RGB value is (147,113,149). Sum of RGB (Red+Green+Blue) = 147+113+149=409 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.94% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 149 - color contains mainly: blue. Hex color #937195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937195 is #6C8E6A. Grayscale: #7F7F7F. Windows color (decimal): -7114347 or 9793939. OLE color: 9793939.

HSL color Cylindrical-coordinate representation of color #937195: hue angle of 296.67º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #937195 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB147113149-
CMYK0.010.2400.42
HSL296.67º14.52%51.37%-
HSV(B)296.67º24.16%58.43%-
XYZ23.3620.1831.1-
YUV127.27140.26142.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.94%
GREEN value IS 113 (44.53% from 255) = 27.63%
BLUE value IS 149 (58.59% from 255) = 36.43%
R=35.94%
G=27.63%
B=36.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471131490.010.2400.42296.6714.5251.37
Hex93719511802A129f33
Octal2231612251300524511763
Binary1001001111100011001010111100001010101001010011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937195; }

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

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

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

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

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

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

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

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