#937397

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

Shades of Violet Blue #937397

Tints of Violet Blue #937397

Color information

#937397 (or 0x937397) is unknown color: approx Violet Blue. HEX triplet: 93, 73 and 97. RGB value is (147,115,151). Sum of RGB (Red+Green+Blue) = 147+115+151=413 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.59% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 151 (59.38% from 255 or 36.56% from 413); Max value from RGB is 151 - color contains mainly: blue. Hex color #937397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937397 is #6C8C68. Grayscale: #808080. Windows color (decimal): -7113833 or 9925523. OLE color: 9925523.

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

Color convert

RGB147115151-
CMYK0.030.2400.41
HSL293.33º14.75%52.16%-
HSV(B)293.33º23.84%59.22%-
XYZ23.7520.732.02-
YUV128.67140.6141.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.59%
GREEN value IS 115 (45.31% from 255) = 27.85%
BLUE value IS 151 (59.38% from 255) = 36.56%
R=35.59%
G=27.85%
B=36.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1471151510.030.2400.41293.3314.7552.16
Hex937397318029125f34
Octal2231632273300514451764
Binary10010011111001110010111111100001010011001001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937397; }

 p { color: rgb(147,115,151); }

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

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

 a { background-color: rgb(147,115,151); }

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

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

 span { border-color: rgb(147,115,151); }

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