Shades of Violet Blue #955693
Tints of Violet Blue #955693
RGB
CMYK
RGB Variations
Color information
#955693 (or 0x955693) is known color: Violet Blue. HEX triplet: 95, 56 and 93. RGB value is (149,86,147). Sum of RGB (Red+Green+Blue) = 149+86+147=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 149 - color contains mainly: red. Hex color #955693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955693 is #6AA96C. Grayscale: #6F6F6F. Windows color (decimal): -6990189 or 9655957. OLE color: 9655957.
HSL color Cylindrical-coordinate representation of color #955693: hue angle of 301.9º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #955693 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 86 | 147 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.42 |
| HSL | 301.9º | 0.27% | 0.46% | - |
| HSV(B) | 301.9º | 0.42% | 0.58% | - |
| XYZ | 20.99 | 15.15 | 29.42 | - |
| YUV | 111.79 | 147.87 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 86 | 147 | 0 | 0.42 | 0.01 | 0.42 | 301.9 | 0.27 | 0.46 |
| Hex | 95 | 56 | 93 | 0 | 2A | 1 | 2A | 12E | 1B | 2E |
| Octal | 225 | 126 | 223 | 0 | 52 | 1 | 52 | 456 | 33 | 56 |
| Binary | 10010101 | 1010110 | 10010011 | 0 | 101010 | 1 | 101010 | 100101110 | 11011 | 101110 |
Color Harmonies of #955693
Complementary color
Monochromatic Colors of #955693
Black with #955693
Text Example
Text Example
White with #955693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955693; }
p { color: rgb(149,86,147); }
H1.HeaderClassName
{
color: #955693;
}
.AnyTagClassName
{
color: #955693;
}
</style>
background-color css
<style>
a { background-color: #955693; }
a { background-color: rgb(149,86,147); }
div.DivClassName
{
background-color: #955693;
}
.BgClassName
{
background-color: #955693;
}
</style>
border-color css
<style>
span { border-color: #955693; }
span { border-color: rgb(149,86,147); }
td.TdClassName
{
border-color: #955693;
}
.TagClassName
{
border-color: #955693;
}
</style>