Shades of Violet Blue #955195
Tints of Violet Blue #955195
RGB
CMYK
RGB Variations
Color information
#955195 (or 0x955195) is known color: Violet Blue. HEX triplet: 95, 51 and 95. RGB value is (149,81,149). Sum of RGB (Red+Green+Blue) = 149+81+149=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #955195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955195 is #6AAE6A. Grayscale: #6C6C6C. Windows color (decimal): -6991467 or 9785749. OLE color: 9785749.
HSL color Cylindrical-coordinate representation of color #955195: hue angle of 300º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #955195 is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 81 | 149 | - |
| CMYK | 0 | 0.46 | 0 | 0.42 |
| HSL | 300º | 0.3% | 0.45% | - |
| HSV(B) | 300º | 0.46% | 0.58% | - |
| XYZ | 20.76 | 14.44 | 30.13 | - |
| YUV | 109.08 | 150.53 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 81 | 149 | 0 | 0.46 | 0 | 0.42 | 300 | 0.3 | 0.45 |
| Hex | 95 | 51 | 95 | 0 | 2E | 0 | 2A | 12C | 1E | 2D |
| Octal | 225 | 121 | 225 | 0 | 56 | 0 | 52 | 454 | 36 | 55 |
| Binary | 10010101 | 1010001 | 10010101 | 0 | 101110 | 0 | 101010 | 100101100 | 11110 | 101101 |
Color Harmonies of #955195
Complementary color
Monochromatic Colors of #955195
Black with #955195
Text Example
Text Example
White with #955195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955195; }
p { color: rgb(149,81,149); }
H1.HeaderClassName
{
color: #955195;
}
.AnyTagClassName
{
color: #955195;
}
</style>
background-color css
<style>
a { background-color: #955195; }
a { background-color: rgb(149,81,149); }
div.DivClassName
{
background-color: #955195;
}
.BgClassName
{
background-color: #955195;
}
</style>
border-color css
<style>
span { border-color: #955195; }
span { border-color: rgb(149,81,149); }
td.TdClassName
{
border-color: #955195;
}
.TagClassName
{
border-color: #955195;
}
</style>