Shades of Violet Blue #905993
Tints of Violet Blue #905993
RGB
CMYK
RGB Variations
Color information
#905993 (or 0x905993) is known color: Violet Blue. HEX triplet: 90, 59 and 93. RGB value is (144,89,147). Sum of RGB (Red+Green+Blue) = 144+89+147=380 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.89% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 147 - color contains mainly: blue. Hex color #905993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #905993 is #6FA66C. Grayscale: #6F6F6F. Windows color (decimal): -7317101 or 9656720. OLE color: 9656720.
HSL color Cylindrical-coordinate representation of color #905993: hue angle of 296.9º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #905993 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 89 | 147 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.42 |
| HSL | 296.9º | 0.25% | 0.46% | - |
| HSV(B) | 296.9º | 0.39% | 0.58% | - |
| XYZ | 20.34 | 15.18 | 29.46 | - |
| YUV | 112.06 | 147.72 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 89 | 147 | 0.02 | 0.39 | 0 | 0.42 | 296.9 | 0.25 | 0.46 |
| Hex | 90 | 59 | 93 | 2 | 27 | 0 | 2A | 129 | 19 | 2E |
| Octal | 220 | 131 | 223 | 2 | 47 | 0 | 52 | 451 | 31 | 56 |
| Binary | 10010000 | 1011001 | 10010011 | 10 | 100111 | 0 | 101010 | 100101001 | 11001 | 101110 |
Color Harmonies of #905993
Complementary color
Monochromatic Colors of #905993
Black with #905993
Text Example
Text Example
White with #905993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905993; }
p { color: rgb(144,89,147); }
H1.HeaderClassName
{
color: #905993;
}
.AnyTagClassName
{
color: #905993;
}
</style>
background-color css
<style>
a { background-color: #905993; }
a { background-color: rgb(144,89,147); }
div.DivClassName
{
background-color: #905993;
}
.BgClassName
{
background-color: #905993;
}
</style>
border-color css
<style>
span { border-color: #905993; }
span { border-color: rgb(144,89,147); }
td.TdClassName
{
border-color: #905993;
}
.TagClassName
{
border-color: #905993;
}
</style>