Shades of Violet Blue #955193
Tints of Violet Blue #955193
RGB
CMYK
RGB Variations
Color information
#955193 (or 0x955193) is known color: Violet Blue. HEX triplet: 95, 51 and 93. RGB value is (149,81,147). Sum of RGB (Red+Green+Blue) = 149+81+147=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 149 - color contains mainly: red. Hex color #955193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955193 is #6AAE6C. Grayscale: #6C6C6C. Windows color (decimal): -6991469 or 9654677. OLE color: 9654677.
HSL color Cylindrical-coordinate representation of color #955193: hue angle of 301.76º 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 #955193 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 81 | 147 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.42 |
| HSL | 301.76º | 0.3% | 0.45% | - |
| HSV(B) | 301.76º | 0.46% | 0.58% | - |
| XYZ | 20.6 | 14.38 | 29.29 | - |
| YUV | 108.86 | 149.53 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 81 | 147 | 0 | 0.46 | 0.01 | 0.42 | 301.76 | 0.3 | 0.45 |
| Hex | 95 | 51 | 93 | 0 | 2E | 1 | 2A | 12E | 1E | 2D |
| Octal | 225 | 121 | 223 | 0 | 56 | 1 | 52 | 456 | 36 | 55 |
| Binary | 10010101 | 1010001 | 10010011 | 0 | 101110 | 1 | 101010 | 100101110 | 11110 | 101101 |
Color Harmonies of #955193
Complementary color
Monochromatic Colors of #955193
Black with #955193
Text Example
Text Example
White with #955193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955193; }
p { color: rgb(149,81,147); }
H1.HeaderClassName
{
color: #955193;
}
.AnyTagClassName
{
color: #955193;
}
</style>
background-color css
<style>
a { background-color: #955193; }
a { background-color: rgb(149,81,147); }
div.DivClassName
{
background-color: #955193;
}
.BgClassName
{
background-color: #955193;
}
</style>
border-color css
<style>
span { border-color: #955193; }
span { border-color: rgb(149,81,147); }
td.TdClassName
{
border-color: #955193;
}
.TagClassName
{
border-color: #955193;
}
</style>