#906394

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

Shades of Violet Blue #906394

Tints of Violet Blue #906394

Color information

#906394 (or 0x906394) is unknown color: approx Violet Blue. HEX triplet: 90, 63 and 94. RGB value is (144,99,148). Sum of RGB (Red+Green+Blue) = 144+99+148=391 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.83% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 148 (58.20% from 255 or 37.85% from 391); Max value from RGB is 148 - color contains mainly: blue. Hex color #906394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906394 is #6F9C6B. Grayscale: #757575. Windows color (decimal): -7314540 or 9724816. OLE color: 9724816.

HSL color Cylindrical-coordinate representation of color #906394: hue angle of 295.1º 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 #906394 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14499148-
CMYK0.030.3300.42
HSL295.1º19.84%48.43%-
HSV(B)295.1º33.11%58.04%-
XYZ21.3116.9930.17-
YUV118.04144.91146.52-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.83%
GREEN value IS 99 (39.06% from 255) = 25.32%
BLUE value IS 148 (58.20% from 255) = 37.85%
R=36.83%
G=25.32%
B=37.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal144991480.030.3300.42295.119.8448.43
Hex90639432102A1271430
Octal2201432243410524472460
Binary1001000011000111001010011100001010101010010011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906394; }

 p { color: rgb(144,99,148); }

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

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

 a { background-color: rgb(144,99,148); }

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

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

 span { border-color: rgb(144,99,148); }

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