#936397

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

Shades of Violet Blue #936397

Tints of Violet Blue #936397

Color information

#936397 (or 0x936397) is unknown color: approx Violet Blue. HEX triplet: 93, 63 and 97. RGB value is (147,99,151). Sum of RGB (Red+Green+Blue) = 147+99+151=397 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.03% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 151 - color contains mainly: blue. Hex color #936397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936397 is #6C9C68. Grayscale: #777777. Windows color (decimal): -7117929 or 9921427. OLE color: 9921427.

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

Color convert

RGB14799151-
CMYK0.030.3400.41
HSL295.38º20.8%49.02%-
HSV(B)295.38º34.44%59.22%-
XYZ22.0817.3631.47-
YUV119.28145.9147.77-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.03%
GREEN value IS 99 (39.06% from 255) = 24.94%
BLUE value IS 151 (59.38% from 255) = 38.04%
R=37.03%
G=24.94%
B=38.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal147991510.030.3400.41295.3820.849.02
Hex9363973220291271531
Octal2231432273420514472561
Binary1001001111000111001011111100010010100110010011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936397; }

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

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

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

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

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

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

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

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