Shades of Violet Blue #955599
Tints of Violet Blue #955599
RGB
CMYK
RGB Variations
Color information
#955599 (or 0x955599) is known color: Violet Blue. HEX triplet: 95, 55 and 99. RGB value is (149,85,153). Sum of RGB (Red+Green+Blue) = 149+85+153=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 153 - color contains mainly: blue. Hex color #955599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955599 is #6AAA66. Grayscale: #6F6F6F. Windows color (decimal): -6990439 or 10048917. OLE color: 10048917.
HSL color Cylindrical-coordinate representation of color #955599: hue angle of 296.47º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #955599 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 149 | 85 | 153 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.4 |
| HSL | 296.47º | 0.29% | 0.47% | - |
| HSV(B) | 296.47º | 0.44% | 0.6% | - |
| XYZ | 21.39 | 15.19 | 31.94 | - |
| YUV | 111.89 | 151.2 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 85 | 153 | 0.03 | 0.44 | 0 | 0.4 | 296.47 | 0.29 | 0.47 |
| Hex | 95 | 55 | 99 | 3 | 2C | 0 | 28 | 128 | 1D | 2F |
| Octal | 225 | 125 | 231 | 3 | 54 | 0 | 50 | 450 | 35 | 57 |
| Binary | 10010101 | 1010101 | 10011001 | 11 | 101100 | 0 | 101000 | 100101000 | 11101 | 101111 |
Color Harmonies of #955599
Complementary color
Monochromatic Colors of #955599
Black with #955599
Text Example
Text Example
White with #955599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955599; }
p { color: rgb(149,85,153); }
H1.HeaderClassName
{
color: #955599;
}
.AnyTagClassName
{
color: #955599;
}
</style>
background-color css
<style>
a { background-color: #955599; }
a { background-color: rgb(149,85,153); }
div.DivClassName
{
background-color: #955599;
}
.BgClassName
{
background-color: #955599;
}
</style>
border-color css
<style>
span { border-color: #955599; }
span { border-color: rgb(149,85,153); }
td.TdClassName
{
border-color: #955599;
}
.TagClassName
{
border-color: #955599;
}
</style>