Shades of Violet Blue #945999
Tints of Violet Blue #945999
RGB
CMYK
RGB Variations
Color information
#945999 (or 0x945999) is known color: Violet Blue. HEX triplet: 94, 59 and 99. RGB value is (148,89,153). Sum of RGB (Red+Green+Blue) = 148+89+153=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 89 (35.16% from 255 or 22.82% 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 #945999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945999 is #6BA666. Grayscale: #717171. Windows color (decimal): -7054951 or 10049940. OLE color: 10049940.
HSL color Cylindrical-coordinate representation of color #945999: hue angle of 295.31º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #945999 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 148 | 89 | 153 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.4 |
| HSL | 295.31º | 0.26% | 0.47% | - |
| HSV(B) | 295.31º | 0.42% | 0.6% | - |
| XYZ | 21.53 | 15.74 | 32.04 | - |
| YUV | 113.94 | 150.05 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 89 | 153 | 0.03 | 0.42 | 0 | 0.4 | 295.31 | 0.26 | 0.47 |
| Hex | 94 | 59 | 99 | 3 | 2A | 0 | 28 | 127 | 1A | 2F |
| Octal | 224 | 131 | 231 | 3 | 52 | 0 | 50 | 447 | 32 | 57 |
| Binary | 10010100 | 1011001 | 10011001 | 11 | 101010 | 0 | 101000 | 100100111 | 11010 | 101111 |
Color Harmonies of #945999
Complementary color
Monochromatic Colors of #945999
Black with #945999
Text Example
Text Example
White with #945999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945999; }
p { color: rgb(148,89,153); }
H1.HeaderClassName
{
color: #945999;
}
.AnyTagClassName
{
color: #945999;
}
</style>
background-color css
<style>
a { background-color: #945999; }
a { background-color: rgb(148,89,153); }
div.DivClassName
{
background-color: #945999;
}
.BgClassName
{
background-color: #945999;
}
</style>
border-color css
<style>
span { border-color: #945999; }
span { border-color: rgb(148,89,153); }
td.TdClassName
{
border-color: #945999;
}
.TagClassName
{
border-color: #945999;
}
</style>