#906595

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

Shades of Violet Blue #906595

Tints of Violet Blue #906595

Color information

#906595 (or 0x906595) is unknown color: approx Violet Blue. HEX triplet: 90, 65 and 95. RGB value is (144,101,149). Sum of RGB (Red+Green+Blue) = 144+101+149=394 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.55% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 149 - color contains mainly: blue. Hex color #906595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906595 is #6F9A6A. Grayscale: #777777. Windows color (decimal): -7314027 or 9790864. OLE color: 9790864.

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

Color convert

RGB144101149-
CMYK0.030.3200.42
HSL293.75º19.2%49.02%-
HSV(B)293.75º32.21%58.43%-
XYZ21.5817.4130.66-
YUV119.33144.75145.6-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.55%
GREEN value IS 101 (39.84% from 255) = 25.63%
BLUE value IS 149 (58.59% from 255) = 37.82%
R=36.55%
G=25.63%
B=37.82%

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
Decimal1441011490.030.3200.42293.7519.249.02
Hex90659532002A1261331
Octal2201452253400524462361
Binary1001000011001011001010111100000010101010010011010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906595; }

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

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

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

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

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

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

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

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