Shades of Violet Blue #955E99
Tints of Violet Blue #955E99
RGB
CMYK
RGB Variations
Color information
#955E99 (or 0x955E99) is known color: Violet Blue. HEX triplet: 95, 5E and 99. RGB value is (149,94,153). Sum of RGB (Red+Green+Blue) = 149+94+153=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 153 - color contains mainly: blue. Hex color #955E99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955E99 is #6AA166. Grayscale: #747474. Windows color (decimal): -6988135 or 10051221. OLE color: 10051221.
HSL color Cylindrical-coordinate representation of color #955E99: hue angle of 295.93º degrees, saturation: 0.24, 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 #955E99 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 149 | 94 | 153 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.4 |
| HSL | 295.93º | 0.24% | 0.48% | - |
| HSV(B) | 295.93º | 0.39% | 0.6% | - |
| XYZ | 22.15 | 16.69 | 32.19 | - |
| YUV | 117.17 | 148.22 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 153 | 0.03 | 0.39 | 0 | 0.4 | 295.93 | 0.24 | 0.48 |
| Hex | 95 | 5E | 99 | 3 | 27 | 0 | 28 | 128 | 18 | 30 |
| Octal | 225 | 136 | 231 | 3 | 47 | 0 | 50 | 450 | 30 | 60 |
| Binary | 10010101 | 1011110 | 10011001 | 11 | 100111 | 0 | 101000 | 100101000 | 11000 | 110000 |
Color Harmonies of #955E99
Complementary color
Monochromatic Colors of #955E99
Black with #955E99
Text Example
Text Example
White with #955E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955E99; }
p { color: rgb(149,94,153); }
H1.HeaderClassName
{
color: #955E99;
}
.AnyTagClassName
{
color: #955E99;
}
</style>
background-color css
<style>
a { background-color: #955E99; }
a { background-color: rgb(149,94,153); }
div.DivClassName
{
background-color: #955E99;
}
.BgClassName
{
background-color: #955E99;
}
</style>
border-color css
<style>
span { border-color: #955E99; }
span { border-color: rgb(149,94,153); }
td.TdClassName
{
border-color: #955E99;
}
.TagClassName
{
border-color: #955E99;
}
</style>