Shades of Violet Blue #945697
Tints of Violet Blue #945697
RGB
CMYK
RGB Variations
Color information
#945697 (or 0x945697) is known color: Violet Blue. HEX triplet: 94, 56 and 97. RGB value is (148,86,151). Sum of RGB (Red+Green+Blue) = 148+86+151=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 151 - color contains mainly: blue. Hex color #945697 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945697 is #6BA968. Grayscale: #6F6F6F. Windows color (decimal): -7055721 or 9918100. OLE color: 9918100.
HSL color Cylindrical-coordinate representation of color #945697: hue angle of 297.23º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #945697 is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 148 | 86 | 151 | - |
| CMYK | 0.02 | 0.43 | 0 | 0.41 |
| HSL | 297.23º | 0.27% | 0.46% | - |
| HSV(B) | 297.23º | 0.43% | 0.59% | - |
| XYZ | 21.13 | 15.19 | 31.1 | - |
| YUV | 111.95 | 150.04 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 86 | 151 | 0.02 | 0.43 | 0 | 0.41 | 297.23 | 0.27 | 0.46 |
| Hex | 94 | 56 | 97 | 2 | 2B | 0 | 29 | 129 | 1B | 2E |
| Octal | 224 | 126 | 227 | 2 | 53 | 0 | 51 | 451 | 33 | 56 |
| Binary | 10010100 | 1010110 | 10010111 | 10 | 101011 | 0 | 101001 | 100101001 | 11011 | 101110 |
Color Harmonies of #945697
Complementary color
Monochromatic Colors of #945697
Black with #945697
Text Example
Text Example
White with #945697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945697; }
p { color: rgb(148,86,151); }
H1.HeaderClassName
{
color: #945697;
}
.AnyTagClassName
{
color: #945697;
}
</style>
background-color css
<style>
a { background-color: #945697; }
a { background-color: rgb(148,86,151); }
div.DivClassName
{
background-color: #945697;
}
.BgClassName
{
background-color: #945697;
}
</style>
border-color css
<style>
span { border-color: #945697; }
span { border-color: rgb(148,86,151); }
td.TdClassName
{
border-color: #945697;
}
.TagClassName
{
border-color: #945697;
}
</style>