#935999

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

Shades of Violet Blue #935999

Tints of Violet Blue #935999

Color information

#935999 (or 0x935999) is unknown color: approx Violet Blue. HEX triplet: 93, 59 and 99. RGB value is (147,89,153). Sum of RGB (Red+Green+Blue) = 147+89+153=389 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.79% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 153 - color contains mainly: blue. Hex color #935999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935999 is #6CA666. Grayscale: #717171. Windows color (decimal): -7120487 or 10049939. OLE color: 10049939.

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

Color convert

RGB14789153-
CMYK0.040.4200.4
HSL294.38º26.45%47.45%-
HSV(B)294.38º41.83%60%-
XYZ21.3515.6532.03-
YUV113.64150.22151.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.79%
GREEN value IS 89 (35.16% from 255) = 22.88%
BLUE value IS 153 (60.16% from 255) = 39.33%
R=37.79%
G=22.88%
B=39.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal147891530.040.4200.4294.3826.4547.45
Hex93599942A0281261a2f
Octal2231312314520504463257
Binary10010011101100110011001100101010010100010010011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935999; }

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

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

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

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

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

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

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

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