Shades of Violet Blue #935997
Tints of Violet Blue #935997
RGB
CMYK
RGB Variations
Color information
#935997 (or 0x935997) is known color: Violet Blue. HEX triplet: 93, 59 and 97. RGB value is (147,89,151). Sum of RGB (Red+Green+Blue) = 147+89+151=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 151 - color contains mainly: blue. Hex color #935997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935997 is #6CA668. Grayscale: #717171. Windows color (decimal): -7120489 or 9918867. OLE color: 9918867.
HSL color Cylindrical-coordinate representation of color #935997: hue angle of 296.13º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #935997 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 147 | 89 | 151 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.41 |
| HSL | 296.13º | 0.26% | 0.47% | - |
| HSV(B) | 296.13º | 0.41% | 0.59% | - |
| XYZ | 21.19 | 15.58 | 31.17 | - |
| YUV | 113.41 | 149.22 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 89 | 151 | 0.03 | 0.41 | 0 | 0.41 | 296.13 | 0.26 | 0.47 |
| Hex | 93 | 59 | 97 | 3 | 29 | 0 | 29 | 128 | 1A | 2F |
| Octal | 223 | 131 | 227 | 3 | 51 | 0 | 51 | 450 | 32 | 57 |
| Binary | 10010011 | 1011001 | 10010111 | 11 | 101001 | 0 | 101001 | 100101000 | 11010 | 101111 |
Color Harmonies of #935997
Complementary color
Monochromatic Colors of #935997
Black with #935997
Text Example
Text Example
White with #935997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935997; }
p { color: rgb(147,89,151); }
H1.HeaderClassName
{
color: #935997;
}
.AnyTagClassName
{
color: #935997;
}
</style>
background-color css
<style>
a { background-color: #935997; }
a { background-color: rgb(147,89,151); }
div.DivClassName
{
background-color: #935997;
}
.BgClassName
{
background-color: #935997;
}
</style>
border-color css
<style>
span { border-color: #935997; }
span { border-color: rgb(147,89,151); }
td.TdClassName
{
border-color: #935997;
}
.TagClassName
{
border-color: #935997;
}
</style>