#937595

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

Shades of Violet Blue #937595

Tints of Violet Blue #937595

Color information

#937595 (or 0x937595) is unknown color: approx Violet Blue. HEX triplet: 93, 75 and 95. RGB value is (147,117,149). Sum of RGB (Red+Green+Blue) = 147+117+149=413 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.59% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 149 - color contains mainly: blue. Hex color #937595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937595 is #6C8A6A. Grayscale: #818181. Windows color (decimal): -7113323 or 9794963. OLE color: 9794963.

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

Color convert

RGB147117149-
CMYK0.010.2100.42
HSL296.25º13.11%52.16%-
HSV(B)296.25º21.48%58.43%-
XYZ23.8221.131.25-
YUV129.62138.94140.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.59%
GREEN value IS 117 (46.09% from 255) = 28.33%
BLUE value IS 149 (58.59% from 255) = 36.08%
R=35.59%
G=28.33%
B=36.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471171490.010.2100.42296.2513.1152.16
Hex93759511502A128d34
Octal2231652251250524501564
Binary1001001111101011001010111010101010101001010001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937595; }

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

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

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

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

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

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

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

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