Shades of Violet Blue #935998
Tints of Violet Blue #935998
RGB
CMYK
RGB Variations
Color information
#935998 (or 0x935998) is known color: Violet Blue. HEX triplet: 93, 59 and 98. RGB value is (147,89,152). Sum of RGB (Red+Green+Blue) = 147+89+152=388 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.89% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 152 - color contains mainly: blue. Hex color #935998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935998 is #6CA667. Grayscale: #717171. Windows color (decimal): -7120488 or 9984403. OLE color: 9984403.
HSL color Cylindrical-coordinate representation of color #935998: hue angle of 295.24º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #935998 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 147 | 89 | 152 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.40 |
| HSL | 295.24º | 0.26% | 0.47% | - |
| HSV(B) | 295.24º | 0.41% | 0.6% | - |
| XYZ | 21.27 | 15.61 | 31.6 | - |
| YUV | 113.52 | 149.72 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 89 | 152 | 0.03 | 0.41 | 0 | 0.40 | 295.24 | 0.26 | 0.47 |
| Hex | 93 | 59 | 98 | 3 | 29 | 0 | 28 | 127 | 1A | 2F |
| Octal | 223 | 131 | 230 | 3 | 51 | 0 | 50 | 447 | 32 | 57 |
| Binary | 10010011 | 1011001 | 10011000 | 11 | 101001 | 0 | 101000 | 100100111 | 11010 | 101111 |
Color Harmonies of #935998
Complementary color
Monochromatic Colors of #935998
Black with #935998
Text Example
Text Example
White with #935998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935998; }
p { color: rgb(147,89,152); }
H1.HeaderClassName
{
color: #935998;
}
.AnyTagClassName
{
color: #935998;
}
</style>
background-color css
<style>
a { background-color: #935998; }
a { background-color: rgb(147,89,152); }
div.DivClassName
{
background-color: #935998;
}
.BgClassName
{
background-color: #935998;
}
</style>
border-color css
<style>
span { border-color: #935998; }
span { border-color: rgb(147,89,152); }
td.TdClassName
{
border-color: #935998;
}
.TagClassName
{
border-color: #935998;
}
</style>