#937495

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

Shades of Violet Blue #937495

Tints of Violet Blue #937495

Color information

#937495 (or 0x937495) is unknown color: approx Violet Blue. HEX triplet: 93, 74 and 95. RGB value is (147,116,149). Sum of RGB (Red+Green+Blue) = 147+116+149=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 149 - color contains mainly: blue. Hex color #937495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937495 is #6C8B6A. Grayscale: #808080. Windows color (decimal): -7113579 or 9794707. OLE color: 9794707.

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

Color convert

RGB147116149-
CMYK0.010.2200.42
HSL296.36º13.47%51.96%-
HSV(B)296.36º22.15%58.43%-
XYZ23.720.8631.21-
YUV129.03139.27140.82-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.68%
GREEN value IS 116 (45.70% from 255) = 28.16%
BLUE value IS 149 (58.59% from 255) = 36.17%
R=35.68%
G=28.16%
B=36.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471161490.010.2200.42296.3613.4751.96
Hex93749511602A128d34
Octal2231642251260524501564
Binary1001001111101001001010111011001010101001010001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937495; }

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

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

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

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

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

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

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

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