Shades of Violet Blue #935193
Tints of Violet Blue #935193
RGB
CMYK
RGB Variations
Color information
#935193 (or 0x935193) is known color: Violet Blue. HEX triplet: 93, 51 and 93. RGB value is (147,81,147). Sum of RGB (Red+Green+Blue) = 147+81+147=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 147 - color contains mainly: red, blue. Hex color #935193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935193 is #6CAE6C. Grayscale: #6C6C6C. Windows color (decimal): -7122541 or 9654675. OLE color: 9654675.
HSL color Cylindrical-coordinate representation of color #935193: hue angle of 300º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #935193 is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 81 | 147 | - |
| CMYK | 0 | 0.45 | 0 | 0.42 |
| HSL | 300º | 0.29% | 0.45% | - |
| HSV(B) | 300º | 0.45% | 0.58% | - |
| XYZ | 20.24 | 14.19 | 29.28 | - |
| YUV | 108.26 | 149.87 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 81 | 147 | 0 | 0.45 | 0 | 0.42 | 300 | 0.29 | 0.45 |
| Hex | 93 | 51 | 93 | 0 | 2D | 0 | 2A | 12C | 1D | 2D |
| Octal | 223 | 121 | 223 | 0 | 55 | 0 | 52 | 454 | 35 | 55 |
| Binary | 10010011 | 1010001 | 10010011 | 0 | 101101 | 0 | 101010 | 100101100 | 11101 | 101101 |
Color Harmonies of #935193
Complementary color
Monochromatic Colors of #935193
Black with #935193
Text Example
Text Example
White with #935193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935193; }
p { color: rgb(147,81,147); }
H1.HeaderClassName
{
color: #935193;
}
.AnyTagClassName
{
color: #935193;
}
</style>
background-color css
<style>
a { background-color: #935193; }
a { background-color: rgb(147,81,147); }
div.DivClassName
{
background-color: #935193;
}
.BgClassName
{
background-color: #935193;
}
</style>
border-color css
<style>
span { border-color: #935193; }
span { border-color: rgb(147,81,147); }
td.TdClassName
{
border-color: #935193;
}
.TagClassName
{
border-color: #935193;
}
</style>