Shades of Violet Blue #936898
Tints of Violet Blue #936898
RGB
CMYK
RGB Variations
Color information
#936898 (or 0x936898) is known color: Violet Blue. HEX triplet: 93, 68 and 98. RGB value is (147,104,152). Sum of RGB (Red+Green+Blue) = 147+104+152=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 152 - color contains mainly: blue. Hex color #936898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936898 is #6C9767. Grayscale: #7A7A7A. Windows color (decimal): -7116648 or 9988243. OLE color: 9988243.
HSL color Cylindrical-coordinate representation of color #936898: hue angle of 293.75º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #936898 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 147 | 104 | 152 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.40 |
| HSL | 293.75º | 0.19% | 0.5% | - |
| HSV(B) | 293.75º | 0.32% | 0.6% | - |
| XYZ | 22.65 | 18.37 | 32.06 | - |
| YUV | 122.33 | 144.75 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 104 | 152 | 0.03 | 0.32 | 0 | 0.40 | 293.75 | 0.19 | 0.5 |
| Hex | 93 | 68 | 98 | 3 | 20 | 0 | 28 | 126 | 13 | 32 |
| Octal | 223 | 150 | 230 | 3 | 40 | 0 | 50 | 446 | 23 | 62 |
| Binary | 10010011 | 1101000 | 10011000 | 11 | 100000 | 0 | 101000 | 100100110 | 10011 | 110010 |
Color Harmonies of #936898
Complementary color
Monochromatic Colors of #936898
Black with #936898
Text Example
Text Example
White with #936898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936898; }
p { color: rgb(147,104,152); }
H1.HeaderClassName
{
color: #936898;
}
.AnyTagClassName
{
color: #936898;
}
</style>
background-color css
<style>
a { background-color: #936898; }
a { background-color: rgb(147,104,152); }
div.DivClassName
{
background-color: #936898;
}
.BgClassName
{
background-color: #936898;
}
</style>
border-color css
<style>
span { border-color: #936898; }
span { border-color: rgb(147,104,152); }
td.TdClassName
{
border-color: #936898;
}
.TagClassName
{
border-color: #936898;
}
</style>