#936590

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

Shades of Violet Blue #936590

Tints of Violet Blue #936590

Color information

#936590 (or 0x936590) is unknown color: approx Violet Blue. HEX triplet: 93, 65 and 90. RGB value is (147,101,144). Sum of RGB (Red+Green+Blue) = 147+101+144=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 147 - color contains mainly: red. Hex color #936590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936590 is #6C9A6F. Grayscale: #777777. Windows color (decimal): -7117424 or 9463187. OLE color: 9463187.

HSL color Cylindrical-coordinate representation of color #936590: hue angle of 303.91º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #936590 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB147101144-
CMYK00.310.020.42
HSL303.91º18.55%48.63%-
HSV(B)303.91º31.29%57.65%-
XYZ21.7217.5228.62-
YUV119.66141.74147.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.5%
GREEN value IS 101 (39.84% from 255) = 25.77%
BLUE value IS 144 (56.64% from 255) = 36.73%
R=37.5%
G=25.77%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710114400.310.020.42303.9118.5548.63
Hex93659001F22A1301331
Octal2231452200372524602361
Binary100100111100101100100000111111010101010011000010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936590; }

 p { color: rgb(147,101,144); }

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

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

 a { background-color: rgb(147,101,144); }

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

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

 span { border-color: rgb(147,101,144); }

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