Shades of Violet Blue #945995
Tints of Violet Blue #945995
RGB
CMYK
RGB Variations
Color information
#945995 (or 0x945995) is known color: Violet Blue. HEX triplet: 94, 59 and 95. RGB value is (148,89,149). Sum of RGB (Red+Green+Blue) = 148+89+149=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 149 - color contains mainly: blue. Hex color #945995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945995 is #6BA66A. Grayscale: #717171. Windows color (decimal): -7054955 or 9787796. OLE color: 9787796.
HSL color Cylindrical-coordinate representation of color #945995: hue angle of 299º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #945995 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 89 | 149 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.42 |
| HSL | 299º | 0.25% | 0.47% | - |
| HSV(B) | 299º | 0.4% | 0.58% | - |
| XYZ | 21.21 | 15.61 | 30.33 | - |
| YUV | 113.48 | 148.05 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 89 | 149 | 0.01 | 0.40 | 0 | 0.42 | 299 | 0.25 | 0.47 |
| Hex | 94 | 59 | 95 | 1 | 28 | 0 | 2A | 12B | 19 | 2F |
| Octal | 224 | 131 | 225 | 1 | 50 | 0 | 52 | 453 | 31 | 57 |
| Binary | 10010100 | 1011001 | 10010101 | 1 | 101000 | 0 | 101010 | 100101011 | 11001 | 101111 |
Color Harmonies of #945995
Complementary color
Monochromatic Colors of #945995
Black with #945995
Text Example
Text Example
White with #945995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945995; }
p { color: rgb(148,89,149); }
H1.HeaderClassName
{
color: #945995;
}
.AnyTagClassName
{
color: #945995;
}
</style>
background-color css
<style>
a { background-color: #945995; }
a { background-color: rgb(148,89,149); }
div.DivClassName
{
background-color: #945995;
}
.BgClassName
{
background-color: #945995;
}
</style>
border-color css
<style>
span { border-color: #945995; }
span { border-color: rgb(148,89,149); }
td.TdClassName
{
border-color: #945995;
}
.TagClassName
{
border-color: #945995;
}
</style>