Shades of Violet Blue #954699
Tints of Violet Blue #954699
RGB
CMYK
RGB Variations
Color information
#954699 (or 0x954699) is known color: Violet Blue. HEX triplet: 95, 46 and 99. RGB value is (149,70,153). Sum of RGB (Red+Green+Blue) = 149+70+153=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 70 (27.73% from 255 or 18.82% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 153 - color contains mainly: blue. Hex color #954699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954699 is #6AB966. Grayscale: #666666. Windows color (decimal): -6994279 or 10045077. OLE color: 10045077.
HSL color Cylindrical-coordinate representation of color #954699: hue angle of 297.11º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #954699 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 149 | 70 | 153 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.4 |
| HSL | 297.11º | 0.37% | 0.44% | - |
| HSV(B) | 297.11º | 0.54% | 0.6% | - |
| XYZ | 20.33 | 13.07 | 31.59 | - |
| YUV | 103.08 | 156.17 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 70 | 153 | 0.03 | 0.54 | 0 | 0.4 | 297.11 | 0.37 | 0.44 |
| Hex | 95 | 46 | 99 | 3 | 36 | 0 | 28 | 129 | 25 | 2C |
| Octal | 225 | 106 | 231 | 3 | 66 | 0 | 50 | 451 | 45 | 54 |
| Binary | 10010101 | 1000110 | 10011001 | 11 | 110110 | 0 | 101000 | 100101001 | 100101 | 101100 |
Color Harmonies of #954699
Complementary color
Monochromatic Colors of #954699
Black with #954699
Text Example
Text Example
White with #954699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954699; }
p { color: rgb(149,70,153); }
H1.HeaderClassName
{
color: #954699;
}
.AnyTagClassName
{
color: #954699;
}
</style>
background-color css
<style>
a { background-color: #954699; }
a { background-color: rgb(149,70,153); }
div.DivClassName
{
background-color: #954699;
}
.BgClassName
{
background-color: #954699;
}
</style>
border-color css
<style>
span { border-color: #954699; }
span { border-color: rgb(149,70,153); }
td.TdClassName
{
border-color: #954699;
}
.TagClassName
{
border-color: #954699;
}
</style>