Shades of Violet Blue #956898
Tints of Violet Blue #956898
RGB
CMYK
RGB Variations
Color information
#956898 (or 0x956898) is known color: Violet Blue. HEX triplet: 95, 68 and 98. RGB value is (149,104,152). Sum of RGB (Red+Green+Blue) = 149+104+152=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 104 (41.02% from 255 or 25.68% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 152 - color contains mainly: blue. Hex color #956898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956898 is #6A9767. Grayscale: #7A7A7A. Windows color (decimal): -6985576 or 9988245. OLE color: 9988245.
HSL color Cylindrical-coordinate representation of color #956898: hue angle of 296.25º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #956898 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 104 | 152 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.40 |
| HSL | 296.25º | 0.19% | 0.5% | - |
| HSV(B) | 296.25º | 0.32% | 0.6% | - |
| XYZ | 23.01 | 18.56 | 32.07 | - |
| YUV | 122.93 | 144.41 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 104 | 152 | 0.02 | 0.32 | 0 | 0.40 | 296.25 | 0.19 | 0.5 |
| Hex | 95 | 68 | 98 | 2 | 20 | 0 | 28 | 128 | 13 | 32 |
| Octal | 225 | 150 | 230 | 2 | 40 | 0 | 50 | 450 | 23 | 62 |
| Binary | 10010101 | 1101000 | 10011000 | 10 | 100000 | 0 | 101000 | 100101000 | 10011 | 110010 |
Color Harmonies of #956898
Complementary color
Monochromatic Colors of #956898
Black with #956898
Text Example
Text Example
White with #956898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956898; }
p { color: rgb(149,104,152); }
H1.HeaderClassName
{
color: #956898;
}
.AnyTagClassName
{
color: #956898;
}
</style>
background-color css
<style>
a { background-color: #956898; }
a { background-color: rgb(149,104,152); }
div.DivClassName
{
background-color: #956898;
}
.BgClassName
{
background-color: #956898;
}
</style>
border-color css
<style>
span { border-color: #956898; }
span { border-color: rgb(149,104,152); }
td.TdClassName
{
border-color: #956898;
}
.TagClassName
{
border-color: #956898;
}
</style>