#906494

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

Shades of Violet Blue #906494

Tints of Violet Blue #906494

Color information

#906494 (or 0x906494) is unknown color: approx Violet Blue. HEX triplet: 90, 64 and 94. RGB value is (144,100,148). Sum of RGB (Red+Green+Blue) = 144+100+148=392 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.73% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 148 (58.20% from 255 or 37.76% from 392); Max value from RGB is 148 - color contains mainly: blue. Hex color #906494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906494 is #6F9B6B. Grayscale: #767676. Windows color (decimal): -7314284 or 9725072. OLE color: 9725072.

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

Color convert

RGB144100148-
CMYK0.030.3200.42
HSL295º19.35%48.63%-
HSV(B)295º32.43%58.04%-
XYZ21.417.1830.21-
YUV118.63144.58146.1-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.73%
GREEN value IS 100 (39.45% from 255) = 25.51%
BLUE value IS 148 (58.20% from 255) = 37.76%
R=36.73%
G=25.51%
B=37.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441001480.030.3200.4229519.3548.63
Hex90649432002A1271331
Octal2201442243400524472361
Binary1001000011001001001010011100000010101010010011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906494; }

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

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

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

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

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

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

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

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