#935599

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

Shades of Violet Blue #935599

Tints of Violet Blue #935599

Color information

#935599 (or 0x935599) is unknown color: approx Violet Blue. HEX triplet: 93, 55 and 99. RGB value is (147,85,153). Sum of RGB (Red+Green+Blue) = 147+85+153=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 153 - color contains mainly: blue. Hex color #935599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935599 is #6CAA66. Grayscale: #6F6F6F. Windows color (decimal): -7121511 or 10048915. OLE color: 10048915.

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

Color convert

RGB14785153-
CMYK0.040.4400.4
HSL294.71º28.57%46.67%-
HSV(B)294.71º44.44%60%-
XYZ21.031531.92-
YUV111.29151.54153.47-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.18%
GREEN value IS 85 (33.59% from 255) = 22.08%
BLUE value IS 153 (60.16% from 255) = 39.74%
R=38.18%
G=22.08%
B=39.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal147851530.040.4400.4294.7128.5746.67
Hex93559942C0281271d2f
Octal2231252314540504473557
Binary10010011101010110011001100101100010100010010011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935599; }

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

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

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

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

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

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

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

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