#906290

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

Shades of Violet Blue #906290

Tints of Violet Blue #906290

Color information

#906290 (or 0x906290) is unknown color: approx Violet Blue. HEX triplet: 90, 62 and 90. RGB value is (144,98,144). Sum of RGB (Red+Green+Blue) = 144+98+144=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 144 - color contains mainly: red, blue. Hex color #906290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906290 is #6F9D6F. Grayscale: #747474. Windows color (decimal): -7314800 or 9462416. OLE color: 9462416.

HSL color Cylindrical-coordinate representation of color #906290: hue angle of 300º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #906290 is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB14498144-
CMYK00.3200.44
HSL300º19.01%47.45%-
HSV(B)300º31.94%56.47%-
XYZ20.916.6828.5-
YUV117143.24147.26-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.31%
GREEN value IS 98 (38.67% from 255) = 25.39%
BLUE value IS 144 (56.64% from 255) = 37.31%
R=37.31%
G=25.39%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449814400.3200.4430019.0147.45
Hex90629002002C12c132f
Octal2201422200400544542357
Binary100100001100010100100000100000010110010010110010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906290; }

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

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

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

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

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

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

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

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