Shades of Violet Blue #906C95
Tints of Violet Blue #906C95
RGB
CMYK
RGB Variations
Color information
#906C95 (or 0x906C95) is known color: Violet Blue. HEX triplet: 90, 6C and 95. RGB value is (144,108,149). Sum of RGB (Red+Green+Blue) = 144+108+149=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 149 - color contains mainly: blue. Hex color #906C95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906C95 is #6F936A. Grayscale: #7B7B7B. Windows color (decimal): -7312235 or 9792656. OLE color: 9792656.
HSL color Cylindrical-coordinate representation of color #906C95: hue angle of 292.68º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #906C95 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 108 | 149 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.42 |
| HSL | 292.68º | 0.16% | 0.5% | - |
| HSV(B) | 292.68º | 0.28% | 0.58% | - |
| XYZ | 22.29 | 18.82 | 30.89 | - |
| YUV | 123.44 | 142.43 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 108 | 149 | 0.03 | 0.28 | 0 | 0.42 | 292.68 | 0.16 | 0.5 |
| Hex | 90 | 6C | 95 | 3 | 1C | 0 | 2A | 125 | 10 | 32 |
| Octal | 220 | 154 | 225 | 3 | 34 | 0 | 52 | 445 | 20 | 62 |
| Binary | 10010000 | 1101100 | 10010101 | 11 | 11100 | 0 | 101010 | 100100101 | 10000 | 110010 |
Color Harmonies of #906C95
Complementary color
Monochromatic Colors of #906C95
Black with #906C95
Text Example
Text Example
White with #906C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906C95; }
p { color: rgb(144,108,149); }
H1.HeaderClassName
{
color: #906C95;
}
.AnyTagClassName
{
color: #906C95;
}
</style>
background-color css
<style>
a { background-color: #906C95; }
a { background-color: rgb(144,108,149); }
div.DivClassName
{
background-color: #906C95;
}
.BgClassName
{
background-color: #906C95;
}
</style>
border-color css
<style>
span { border-color: #906C95; }
span { border-color: rgb(144,108,149); }
td.TdClassName
{
border-color: #906C95;
}
.TagClassName
{
border-color: #906C95;
}
</style>