#936490

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

Shades of Violet Blue #936490

Tints of Violet Blue #936490

Color information

#936490 (or 0x936490) is unknown color: approx Violet Blue. HEX triplet: 93, 64 and 90. RGB value is (147,100,144). Sum of RGB (Red+Green+Blue) = 147+100+144=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 147 - color contains mainly: red. Hex color #936490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936490 is #6C9B6F. Grayscale: #767676. Windows color (decimal): -7117680 or 9462931. OLE color: 9462931.

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

Color convert

RGB147100144-
CMYK00.320.020.42
HSL303.83º19.03%48.43%-
HSV(B)303.83º31.97%57.65%-
XYZ21.6217.3328.59-
YUV119.07142.07147.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.60%
GREEN value IS 100 (39.45% from 255) = 25.58%
BLUE value IS 144 (56.64% from 255) = 36.83%
R=37.60%
G=25.58%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710014400.320.020.42303.8319.0348.43
Hex93649002022A1301330
Octal2231442200402524602360
Binary1001001111001001001000001000001010101010011000010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936490; }

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

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

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

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

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

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

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

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