#906594

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

Shades of Violet Blue #906594

Tints of Violet Blue #906594

Color information

#906594 (or 0x906594) is unknown color: approx Violet Blue. HEX triplet: 90, 65 and 94. RGB value is (144,101,148). Sum of RGB (Red+Green+Blue) = 144+101+148=393 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.64% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 148 (58.20% from 255 or 37.66% from 393); Max value from RGB is 148 - color contains mainly: blue. Hex color #906594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906594 is #6F9A6B. Grayscale: #777777. Windows color (decimal): -7314028 or 9725328. OLE color: 9725328.

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

Color convert

RGB144101148-
CMYK0.030.3200.42
HSL294.89º18.88%48.82%-
HSV(B)294.89º31.76%58.04%-
XYZ21.517.3730.24-
YUV119.21144.25145.68-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.64%
GREEN value IS 101 (39.84% from 255) = 25.70%
BLUE value IS 148 (58.20% from 255) = 37.66%
R=36.64%
G=25.70%
B=37.66%

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
Decimal1441011480.030.3200.42294.8918.8848.82
Hex90659432002A1271331
Octal2201452243400524472361
Binary1001000011001011001010011100000010101010010011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906594; }

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

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

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

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

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

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

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

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