Shades of Violet Blue #936998
Tints of Violet Blue #936998
RGB
CMYK
RGB Variations
Color information
#936998 (or 0x936998) is known color: Violet Blue. HEX triplet: 93, 69 and 98. RGB value is (147,105,152). Sum of RGB (Red+Green+Blue) = 147+105+152=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 152 - color contains mainly: blue. Hex color #936998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936998 is #6C9667. Grayscale: #7A7A7A. Windows color (decimal): -7116392 or 9988499. OLE color: 9988499.
HSL color Cylindrical-coordinate representation of color #936998: hue angle of 293.62º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #936998 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 147 | 105 | 152 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.40 |
| HSL | 293.62º | 0.19% | 0.5% | - |
| HSV(B) | 293.62º | 0.31% | 0.6% | - |
| XYZ | 22.75 | 18.57 | 32.09 | - |
| YUV | 122.92 | 144.41 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 105 | 152 | 0.03 | 0.31 | 0 | 0.40 | 293.62 | 0.19 | 0.5 |
| Hex | 93 | 69 | 98 | 3 | 1F | 0 | 28 | 126 | 13 | 32 |
| Octal | 223 | 151 | 230 | 3 | 37 | 0 | 50 | 446 | 23 | 62 |
| Binary | 10010011 | 1101001 | 10011000 | 11 | 11111 | 0 | 101000 | 100100110 | 10011 | 110010 |
Color Harmonies of #936998
Complementary color
Monochromatic Colors of #936998
Black with #936998
Text Example
Text Example
White with #936998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936998; }
p { color: rgb(147,105,152); }
H1.HeaderClassName
{
color: #936998;
}
.AnyTagClassName
{
color: #936998;
}
</style>
background-color css
<style>
a { background-color: #936998; }
a { background-color: rgb(147,105,152); }
div.DivClassName
{
background-color: #936998;
}
.BgClassName
{
background-color: #936998;
}
</style>
border-color css
<style>
span { border-color: #936998; }
span { border-color: rgb(147,105,152); }
td.TdClassName
{
border-color: #936998;
}
.TagClassName
{
border-color: #936998;
}
</style>