Shades of Violet Blue #906A93
Tints of Violet Blue #906A93
RGB
CMYK
RGB Variations
Color information
#906A93 (or 0x906A93) is known color: Violet Blue. HEX triplet: 90, 6A and 93. RGB value is (144,106,147). Sum of RGB (Red+Green+Blue) = 144+106+147=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 147 - color contains mainly: blue. Hex color #906A93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906A93 is #6F956C. Grayscale: #797979. Windows color (decimal): -7312749 or 9661072. OLE color: 9661072.
HSL color Cylindrical-coordinate representation of color #906A93: hue angle of 295.61º 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 #906A93 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 106 | 147 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.42 |
| HSL | 295.61º | 0.16% | 0.5% | - |
| HSV(B) | 295.61º | 0.28% | 0.58% | - |
| XYZ | 21.92 | 18.34 | 29.99 | - |
| YUV | 122.04 | 142.09 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 106 | 147 | 0.02 | 0.28 | 0 | 0.42 | 295.61 | 0.16 | 0.5 |
| Hex | 90 | 6A | 93 | 2 | 1C | 0 | 2A | 128 | 10 | 32 |
| Octal | 220 | 152 | 223 | 2 | 34 | 0 | 52 | 450 | 20 | 62 |
| Binary | 10010000 | 1101010 | 10010011 | 10 | 11100 | 0 | 101010 | 100101000 | 10000 | 110010 |
Color Harmonies of #906A93
Complementary color
Monochromatic Colors of #906A93
Black with #906A93
Text Example
Text Example
White with #906A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906A93; }
p { color: rgb(144,106,147); }
H1.HeaderClassName
{
color: #906A93;
}
.AnyTagClassName
{
color: #906A93;
}
</style>
background-color css
<style>
a { background-color: #906A93; }
a { background-color: rgb(144,106,147); }
div.DivClassName
{
background-color: #906A93;
}
.BgClassName
{
background-color: #906A93;
}
</style>
border-color css
<style>
span { border-color: #906A93; }
span { border-color: rgb(144,106,147); }
td.TdClassName
{
border-color: #906A93;
}
.TagClassName
{
border-color: #906A93;
}
</style>