#936990

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

Shades of Violet Blue #936990

Tints of Violet Blue #936990

Color information

#936990 (or 0x936990) is unknown color: approx Violet Blue. HEX triplet: 93, 69 and 90. RGB value is (147,105,144). Sum of RGB (Red+Green+Blue) = 147+105+144=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 147 - color contains mainly: red. Hex color #936990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936990 is #6C966F. Grayscale: #797979. Windows color (decimal): -7116400 or 9464211. OLE color: 9464211.

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

Color convert

RGB147105144-
CMYK00.290.020.42
HSL304.29º16.67%49.41%-
HSV(B)304.29º28.57%57.65%-
XYZ22.1218.3228.76-
YUV122140.41145.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.12%
GREEN value IS 105 (41.41% from 255) = 26.52%
BLUE value IS 144 (56.64% from 255) = 36.36%
R=37.12%
G=26.52%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710514400.290.020.42304.2916.6749.41
Hex93699001D22A1301131
Octal2231512200352524602161
Binary100100111101001100100000111011010101010011000010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936990; }

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

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

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

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

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

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

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

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