Shades of Violet Blue #906595
Tints of Violet Blue #906595
RGB
CMYK
RGB Variations
Color information
#906595 (or 0x906595) is known color: 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
| RGB | 144 | 101 | 149 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.42 |
| HSL | 293.75º | 0.19% | 0.49% | - |
| HSV(B) | 293.75º | 0.32% | 0.58% | - |
| XYZ | 21.58 | 17.41 | 30.66 | - |
| YUV | 119.33 | 144.75 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 101 | 149 | 0.03 | 0.32 | 0 | 0.42 | 293.75 | 0.19 | 0.49 |
| Hex | 90 | 65 | 95 | 3 | 20 | 0 | 2A | 126 | 13 | 31 |
| Octal | 220 | 145 | 225 | 3 | 40 | 0 | 52 | 446 | 23 | 61 |
| Binary | 10010000 | 1100101 | 10010101 | 11 | 100000 | 0 | 101010 | 100100110 | 10011 | 110001 |
Color Harmonies of #906595
Complementary color
Monochromatic Colors of #906595
Black with #906595
Text Example
Text Example
White with #906595
Text Example
Text Example
HTML Codes & Css Web 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>