#936199

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

Shades of Violet Blue #936199

Tints of Violet Blue #936199

Color information

#936199 (or 0x936199) is unknown color: approx Violet Blue. HEX triplet: 93, 61 and 99. RGB value is (147,97,153). Sum of RGB (Red+Green+Blue) = 147+97+153=397 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.03% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 153 - color contains mainly: blue. Hex color #936199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936199 is #6C9E66. Grayscale: #767676. Windows color (decimal): -7118439 or 10051987. OLE color: 10051987.

HSL color Cylindrical-coordinate representation of color #936199: hue angle of 293.57º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #936199 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14797153-
CMYK0.040.3700.4
HSL293.57º22.4%49.02%-
HSV(B)293.57º36.6%60%-
XYZ22.0617.0532.27-
YUV118.33147.56148.45-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.03%
GREEN value IS 97 (38.28% from 255) = 24.43%
BLUE value IS 153 (60.16% from 255) = 38.54%
R=37.03%
G=24.43%
B=38.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal147971530.040.3700.4293.5722.449.02
Hex9361994250281261631
Octal2231412314450504462661
Binary10010011110000110011001100100101010100010010011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936199; }

 p { color: rgb(147,97,153); }

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

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

 a { background-color: rgb(147,97,153); }

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

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

 span { border-color: rgb(147,97,153); }

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