#936290

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

Shades of Violet Blue #936290

Tints of Violet Blue #936290

Color information

#936290 (or 0x936290) is unknown color: approx Violet Blue. HEX triplet: 93, 62 and 90. RGB value is (147,98,144). Sum of RGB (Red+Green+Blue) = 147+98+144=389 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.79% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 147 - color contains mainly: red. Hex color #936290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936290 is #6C9D6F. Grayscale: #757575. Windows color (decimal): -7118192 or 9462419. OLE color: 9462419.

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

Color convert

RGB14798144-
CMYK00.330.020.42
HSL303.67º20%48.04%-
HSV(B)303.67º33.33%57.65%-
XYZ21.4316.9528.53-
YUV117.89142.73148.76-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.79%
GREEN value IS 98 (38.67% from 255) = 25.19%
BLUE value IS 144 (56.64% from 255) = 37.02%
R=37.79%
G=25.19%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479814400.330.020.42303.672048.04
Hex93629002122A1301430
Octal2231422200412524602460
Binary1001001111000101001000001000011010101010011000010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936290; }

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

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

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

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

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

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

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

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