Shades of Violet Blue #935C99
Tints of Violet Blue #935C99
RGB
CMYK
RGB Variations
Color information
#935C99 (or 0x935C99) is known color: Violet Blue. HEX triplet: 93, 5C and 99. RGB value is (147,92,153). Sum of RGB (Red+Green+Blue) = 147+92+153=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 153 - color contains mainly: blue. Hex color #935C99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935C99 is #6CA366. Grayscale: #737373. Windows color (decimal): -7119719 or 10050707. OLE color: 10050707.
HSL color Cylindrical-coordinate representation of color #935C99: hue angle of 294.1º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #935C99 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 147 | 92 | 153 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.4 |
| HSL | 294.1º | 0.25% | 0.48% | - |
| HSV(B) | 294.1º | 0.4% | 0.6% | - |
| XYZ | 21.61 | 16.16 | 32.12 | - |
| YUV | 115.4 | 149.22 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 92 | 153 | 0.04 | 0.40 | 0 | 0.4 | 294.1 | 0.25 | 0.48 |
| Hex | 93 | 5C | 99 | 4 | 28 | 0 | 28 | 126 | 19 | 30 |
| Octal | 223 | 134 | 231 | 4 | 50 | 0 | 50 | 446 | 31 | 60 |
| Binary | 10010011 | 1011100 | 10011001 | 100 | 101000 | 0 | 101000 | 100100110 | 11001 | 110000 |
Color Harmonies of #935C99
Complementary color
Monochromatic Colors of #935C99
Black with #935C99
Text Example
Text Example
White with #935C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935C99; }
p { color: rgb(147,92,153); }
H1.HeaderClassName
{
color: #935C99;
}
.AnyTagClassName
{
color: #935C99;
}
</style>
background-color css
<style>
a { background-color: #935C99; }
a { background-color: rgb(147,92,153); }
div.DivClassName
{
background-color: #935C99;
}
.BgClassName
{
background-color: #935C99;
}
</style>
border-color css
<style>
span { border-color: #935C99; }
span { border-color: rgb(147,92,153); }
td.TdClassName
{
border-color: #935C99;
}
.TagClassName
{
border-color: #935C99;
}
</style>