Shades of Violet Blue #956797
Tints of Violet Blue #956797
RGB
CMYK
RGB Variations
Color information
#956797 (or 0x956797) is known color: Violet Blue. HEX triplet: 95, 67 and 97. RGB value is (149,103,151). Sum of RGB (Red+Green+Blue) = 149+103+151=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 151 (59.38% from 255 or 37.47% from 403); Max value from RGB is 151 - color contains mainly: blue. Hex color #956797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956797 is #6A9868. Grayscale: #7A7A7A. Windows color (decimal): -6985833 or 9922453. OLE color: 9922453.
HSL color Cylindrical-coordinate representation of color #956797: hue angle of 297.5º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #956797 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 149 | 103 | 151 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.41 |
| HSL | 297.5º | 0.19% | 0.5% | - |
| HSV(B) | 297.5º | 0.32% | 0.59% | - |
| XYZ | 22.83 | 18.32 | 31.61 | - |
| YUV | 122.23 | 144.24 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 103 | 151 | 0.01 | 0.32 | 0 | 0.41 | 297.5 | 0.19 | 0.5 |
| Hex | 95 | 67 | 97 | 1 | 20 | 0 | 29 | 12A | 13 | 32 |
| Octal | 225 | 147 | 227 | 1 | 40 | 0 | 51 | 452 | 23 | 62 |
| Binary | 10010101 | 1100111 | 10010111 | 1 | 100000 | 0 | 101001 | 100101010 | 10011 | 110010 |
Color Harmonies of #956797
Complementary color
Monochromatic Colors of #956797
Black with #956797
Text Example
Text Example
White with #956797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956797; }
p { color: rgb(149,103,151); }
H1.HeaderClassName
{
color: #956797;
}
.AnyTagClassName
{
color: #956797;
}
</style>
background-color css
<style>
a { background-color: #956797; }
a { background-color: rgb(149,103,151); }
div.DivClassName
{
background-color: #956797;
}
.BgClassName
{
background-color: #956797;
}
</style>
border-color css
<style>
span { border-color: #956797; }
span { border-color: rgb(149,103,151); }
td.TdClassName
{
border-color: #956797;
}
.TagClassName
{
border-color: #956797;
}
</style>