#906090

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

Shades of Violet Blue #906090

Tints of Violet Blue #906090

Color information

#906090 (or 0x906090) is unknown color: approx Violet Blue. HEX triplet: 90, 60 and 90. RGB value is (144,96,144). Sum of RGB (Red+Green+Blue) = 144+96+144=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 144 - color contains mainly: red, blue. Hex color #906090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906090 is #6F9F6F. Grayscale: #737373. Windows color (decimal): -7315312 or 9461904. OLE color: 9461904.

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

Color convert

RGB14496144-
CMYK00.3300.44
HSL300º20%47.06%-
HSV(B)300º33.33%56.47%-
XYZ20.7216.3128.44-
YUV115.82143.9148.1-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.5%
GREEN value IS 96 (37.89% from 255) = 25%
BLUE value IS 144 (56.64% from 255) = 37.5%
R=37.5%
G=25%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449614400.3300.443002047.06
Hex90609002102C12c142f
Octal2201402200410544542457
Binary100100001100000100100000100001010110010010110010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906090; }

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

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

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

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

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

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

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

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