#937095

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

Shades of Violet Blue #937095

Tints of Violet Blue #937095

Color information

#937095 (or 0x937095) is unknown color: approx Violet Blue. HEX triplet: 93, 70 and 95. RGB value is (147,112,149). Sum of RGB (Red+Green+Blue) = 147+112+149=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 149 - color contains mainly: blue. Hex color #937095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937095 is #6C8F6A. Grayscale: #7E7E7E. Windows color (decimal): -7114603 or 9793683. OLE color: 9793683.

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

Color convert

RGB147112149-
CMYK0.010.2500.42
HSL296.76º14.86%51.18%-
HSV(B)296.76º24.83%58.43%-
XYZ23.2519.9631.06-
YUV126.68140.6142.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.03%
GREEN value IS 112 (44.14% from 255) = 27.45%
BLUE value IS 149 (58.59% from 255) = 36.52%
R=36.03%
G=27.45%
B=36.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471121490.010.2500.42296.7614.8651.18
Hex93709511902A129f33
Octal2231602251310524511763
Binary1001001111100001001010111100101010101001010011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937095; }

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

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

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

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

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

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

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

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