Shades of Violet Blue #955299
Tints of Violet Blue #955299
RGB
CMYK
RGB Variations
Color information
#955299 (or 0x955299) is known color: Violet Blue. HEX triplet: 95, 52 and 99. RGB value is (149,82,153). Sum of RGB (Red+Green+Blue) = 149+82+153=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 153 - color contains mainly: blue. Hex color #955299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955299 is #6AAD66. Grayscale: #6D6D6D. Windows color (decimal): -6991207 or 10048149. OLE color: 10048149.
HSL color Cylindrical-coordinate representation of color #955299: hue angle of 296.62º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #955299 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 149 | 82 | 153 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.4 |
| HSL | 296.62º | 0.3% | 0.46% | - |
| HSV(B) | 296.62º | 0.46% | 0.6% | - |
| XYZ | 21.16 | 14.72 | 31.86 | - |
| YUV | 110.13 | 152.2 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 82 | 153 | 0.03 | 0.46 | 0 | 0.4 | 296.62 | 0.3 | 0.46 |
| Hex | 95 | 52 | 99 | 3 | 2E | 0 | 28 | 129 | 1E | 2E |
| Octal | 225 | 122 | 231 | 3 | 56 | 0 | 50 | 451 | 36 | 56 |
| Binary | 10010101 | 1010010 | 10011001 | 11 | 101110 | 0 | 101000 | 100101001 | 11110 | 101110 |
Color Harmonies of #955299
Complementary color
Monochromatic Colors of #955299
Black with #955299
Text Example
Text Example
White with #955299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955299; }
p { color: rgb(149,82,153); }
H1.HeaderClassName
{
color: #955299;
}
.AnyTagClassName
{
color: #955299;
}
</style>
background-color css
<style>
a { background-color: #955299; }
a { background-color: rgb(149,82,153); }
div.DivClassName
{
background-color: #955299;
}
.BgClassName
{
background-color: #955299;
}
</style>
border-color css
<style>
span { border-color: #955299; }
span { border-color: rgb(149,82,153); }
td.TdClassName
{
border-color: #955299;
}
.TagClassName
{
border-color: #955299;
}
</style>