Shades of Violet Blue #945A99
Tints of Violet Blue #945A99
RGB
CMYK
RGB Variations
Color information
#945A99 (or 0x945A99) is known color: Violet Blue. HEX triplet: 94, 5A and 99. RGB value is (148,90,153). Sum of RGB (Red+Green+Blue) = 148+90+153=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 153 - color contains mainly: blue. Hex color #945A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945A99 is #6BA566. Grayscale: #727272. Windows color (decimal): -7054695 or 10050196. OLE color: 10050196.
HSL color Cylindrical-coordinate representation of color #945A99: hue angle of 295.24º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #945A99 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 148 | 90 | 153 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.4 |
| HSL | 295.24º | 0.26% | 0.48% | - |
| HSV(B) | 295.24º | 0.41% | 0.6% | - |
| XYZ | 21.62 | 15.91 | 32.07 | - |
| YUV | 114.52 | 149.72 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 90 | 153 | 0.03 | 0.41 | 0 | 0.4 | 295.24 | 0.26 | 0.48 |
| Hex | 94 | 5A | 99 | 3 | 29 | 0 | 28 | 127 | 1A | 30 |
| Octal | 224 | 132 | 231 | 3 | 51 | 0 | 50 | 447 | 32 | 60 |
| Binary | 10010100 | 1011010 | 10011001 | 11 | 101001 | 0 | 101000 | 100100111 | 11010 | 110000 |
Color Harmonies of #945A99
Complementary color
Monochromatic Colors of #945A99
Black with #945A99
Text Example
Text Example
White with #945A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945A99; }
p { color: rgb(148,90,153); }
H1.HeaderClassName
{
color: #945A99;
}
.AnyTagClassName
{
color: #945A99;
}
</style>
background-color css
<style>
a { background-color: #945A99; }
a { background-color: rgb(148,90,153); }
div.DivClassName
{
background-color: #945A99;
}
.BgClassName
{
background-color: #945A99;
}
</style>
border-color css
<style>
span { border-color: #945A99; }
span { border-color: rgb(148,90,153); }
td.TdClassName
{
border-color: #945A99;
}
.TagClassName
{
border-color: #945A99;
}
</style>