#936D99

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

Shades of Violet Blue #936D99

Tints of Violet Blue #936D99

Color information

#936D99 (or 0x936D99) is unknown color: approx Violet Blue. HEX triplet: 93, 6D and 99. RGB value is (147,109,153). Sum of RGB (Red+Green+Blue) = 147+109+153=409 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.94% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 153 - color contains mainly: blue. Hex color #936D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936D99 is #6C9266. Grayscale: #7D7D7D. Windows color (decimal): -7115367 or 10055059. OLE color: 10055059.

HSL color Cylindrical-coordinate representation of color #936D99: hue angle of 291.82º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #936D99 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB147109153-
CMYK0.040.2900.4
HSL291.82º17.74%51.37%-
HSV(B)291.82º28.76%60%-
XYZ23.2519.4432.66-
YUV125.38143.59143.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.94%
GREEN value IS 109 (42.97% from 255) = 26.65%
BLUE value IS 153 (60.16% from 255) = 37.41%
R=35.94%
G=26.65%
B=37.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1471091530.040.2900.4291.8217.7451.37
Hex936D9941D0281241233
Octal2231552314350504442263
Binary1001001111011011001100110011101010100010010010010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936D99; }

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

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

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

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

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

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

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

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