Shades of Violet Blue #905D99
Tints of Violet Blue #905D99
RGB
CMYK
RGB Variations
Color information
#905D99 (or 0x905D99) is known color: Violet Blue. HEX triplet: 90, 5D and 99. RGB value is (144,93,153). Sum of RGB (Red+Green+Blue) = 144+93+153=390 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.92% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 153 - color contains mainly: blue. Hex color #905D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #905D99 is #6FA266. Grayscale: #727272. Windows color (decimal): -7316071 or 10050960. OLE color: 10050960.
HSL color Cylindrical-coordinate representation of color #905D99: hue angle of 291º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #905D99 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 144 | 93 | 153 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.4 |
| HSL | 291º | 0.24% | 0.48% | - |
| HSV(B) | 291º | 0.39% | 0.6% | - |
| XYZ | 21.17 | 16.06 | 32.12 | - |
| YUV | 115.09 | 149.4 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 93 | 153 | 0.06 | 0.39 | 0 | 0.4 | 291 | 0.24 | 0.48 |
| Hex | 90 | 5D | 99 | 6 | 27 | 0 | 28 | 123 | 18 | 30 |
| Octal | 220 | 135 | 231 | 6 | 47 | 0 | 50 | 443 | 30 | 60 |
| Binary | 10010000 | 1011101 | 10011001 | 110 | 100111 | 0 | 101000 | 100100011 | 11000 | 110000 |
Color Harmonies of #905D99
Complementary color
Monochromatic Colors of #905D99
Black with #905D99
Text Example
Text Example
White with #905D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905D99; }
p { color: rgb(144,93,153); }
H1.HeaderClassName
{
color: #905D99;
}
.AnyTagClassName
{
color: #905D99;
}
</style>
background-color css
<style>
a { background-color: #905D99; }
a { background-color: rgb(144,93,153); }
div.DivClassName
{
background-color: #905D99;
}
.BgClassName
{
background-color: #905D99;
}
</style>
border-color css
<style>
span { border-color: #905D99; }
span { border-color: rgb(144,93,153); }
td.TdClassName
{
border-color: #905D99;
}
.TagClassName
{
border-color: #905D99;
}
</style>