Shades of Violet Blue #956395
Tints of Violet Blue #956395
RGB
CMYK
RGB Variations
Color information
#956395 (or 0x956395) is known color: Violet Blue. HEX triplet: 95, 63 and 95. RGB value is (149,99,149). Sum of RGB (Red+Green+Blue) = 149+99+149=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #956395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956395 is #6A9C6A. Grayscale: #777777. Windows color (decimal): -6986859 or 9790357. OLE color: 9790357.
HSL color Cylindrical-coordinate representation of color #956395: hue angle of 300º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #956395 is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 99 | 149 | - |
| CMYK | 0 | 0.34 | 0 | 0.42 |
| HSL | 300º | 0.2% | 0.49% | - |
| HSV(B) | 300º | 0.34% | 0.58% | - |
| XYZ | 22.28 | 17.48 | 30.63 | - |
| YUV | 119.65 | 144.57 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 99 | 149 | 0 | 0.34 | 0 | 0.42 | 300 | 0.2 | 0.49 |
| Hex | 95 | 63 | 95 | 0 | 22 | 0 | 2A | 12C | 14 | 31 |
| Octal | 225 | 143 | 225 | 0 | 42 | 0 | 52 | 454 | 24 | 61 |
| Binary | 10010101 | 1100011 | 10010101 | 0 | 100010 | 0 | 101010 | 100101100 | 10100 | 110001 |
Color Harmonies of #956395
Complementary color
Monochromatic Colors of #956395
Black with #956395
Text Example
Text Example
White with #956395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956395; }
p { color: rgb(149,99,149); }
H1.HeaderClassName
{
color: #956395;
}
.AnyTagClassName
{
color: #956395;
}
</style>
background-color css
<style>
a { background-color: #956395; }
a { background-color: rgb(149,99,149); }
div.DivClassName
{
background-color: #956395;
}
.BgClassName
{
background-color: #956395;
}
</style>
border-color css
<style>
span { border-color: #956395; }
span { border-color: rgb(149,99,149); }
td.TdClassName
{
border-color: #956395;
}
.TagClassName
{
border-color: #956395;
}
</style>