Shades of Violet Blue #955C98
Tints of Violet Blue #955C98
RGB
CMYK
RGB Variations
Color information
#955C98 (or 0x955C98) is known color: Violet Blue. HEX triplet: 95, 5C and 98. RGB value is (149,92,152). Sum of RGB (Red+Green+Blue) = 149+92+152=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 152 - color contains mainly: blue. Hex color #955C98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955C98 is #6AA367. Grayscale: #737373. Windows color (decimal): -6988648 or 9985173. OLE color: 9985173.
HSL color Cylindrical-coordinate representation of color #955C98: hue angle of 297º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #955C98 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 92 | 152 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.40 |
| HSL | 297º | 0.25% | 0.48% | - |
| HSV(B) | 297º | 0.39% | 0.6% | - |
| XYZ | 21.89 | 16.31 | 31.7 | - |
| YUV | 115.88 | 148.38 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 92 | 152 | 0.02 | 0.39 | 0 | 0.40 | 297 | 0.25 | 0.48 |
| Hex | 95 | 5C | 98 | 2 | 27 | 0 | 28 | 129 | 19 | 30 |
| Octal | 225 | 134 | 230 | 2 | 47 | 0 | 50 | 451 | 31 | 60 |
| Binary | 10010101 | 1011100 | 10011000 | 10 | 100111 | 0 | 101000 | 100101001 | 11001 | 110000 |
Color Harmonies of #955C98
Complementary color
Monochromatic Colors of #955C98
Black with #955C98
Text Example
Text Example
White with #955C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955C98; }
p { color: rgb(149,92,152); }
H1.HeaderClassName
{
color: #955C98;
}
.AnyTagClassName
{
color: #955C98;
}
</style>
background-color css
<style>
a { background-color: #955C98; }
a { background-color: rgb(149,92,152); }
div.DivClassName
{
background-color: #955C98;
}
.BgClassName
{
background-color: #955C98;
}
</style>
border-color css
<style>
span { border-color: #955C98; }
span { border-color: rgb(149,92,152); }
td.TdClassName
{
border-color: #955C98;
}
.TagClassName
{
border-color: #955C98;
}
</style>