Shades of Violet Blue #955495
Tints of Violet Blue #955495
RGB
CMYK
RGB Variations
Color information
#955495 (or 0x955495) is known color: Violet Blue. HEX triplet: 95, 54 and 95. RGB value is (149,84,149). Sum of RGB (Red+Green+Blue) = 149+84+149=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #955495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955495 is #6AAB6A. Grayscale: #6E6E6E. Windows color (decimal): -6990699 or 9786517. OLE color: 9786517.
HSL color Cylindrical-coordinate representation of color #955495: hue angle of 300º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #955495 is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 84 | 149 | - |
| CMYK | 0 | 0.44 | 0 | 0.42 |
| HSL | 300º | 0.28% | 0.46% | - |
| HSV(B) | 300º | 0.44% | 0.58% | - |
| XYZ | 20.99 | 14.9 | 30.2 | - |
| YUV | 110.85 | 149.53 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 84 | 149 | 0 | 0.44 | 0 | 0.42 | 300 | 0.28 | 0.46 |
| Hex | 95 | 54 | 95 | 0 | 2C | 0 | 2A | 12C | 1C | 2E |
| Octal | 225 | 124 | 225 | 0 | 54 | 0 | 52 | 454 | 34 | 56 |
| Binary | 10010101 | 1010100 | 10010101 | 0 | 101100 | 0 | 101010 | 100101100 | 11100 | 101110 |
Color Harmonies of #955495
Complementary color
Monochromatic Colors of #955495
Black with #955495
Text Example
Text Example
White with #955495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955495; }
p { color: rgb(149,84,149); }
H1.HeaderClassName
{
color: #955495;
}
.AnyTagClassName
{
color: #955495;
}
</style>
background-color css
<style>
a { background-color: #955495; }
a { background-color: rgb(149,84,149); }
div.DivClassName
{
background-color: #955495;
}
.BgClassName
{
background-color: #955495;
}
</style>
border-color css
<style>
span { border-color: #955495; }
span { border-color: rgb(149,84,149); }
td.TdClassName
{
border-color: #955495;
}
.TagClassName
{
border-color: #955495;
}
</style>