Shades of Violet Blue #98648F
Tints of Violet Blue #98648F
RGB
CMYK
RGB Variations
Color information
#98648F (or 0x98648F) is known color: Violet Blue. HEX triplet: 98, 64 and 8F. RGB value is (152,100,143). Sum of RGB (Red+Green+Blue) = 152+100+143=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 152 - color contains mainly: red. Hex color #98648F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98648F is #679B70. Grayscale: #787878. Windows color (decimal): -6790001 or 9397400. OLE color: 9397400.
HSL color Cylindrical-coordinate representation of color #98648F: hue angle of 310.38º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98648F is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 100 | 143 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.40 |
| HSL | 310.38º | 0.21% | 0.49% | - |
| HSV(B) | 310.38º | 0.34% | 0.6% | - |
| XYZ | 22.46 | 17.77 | 28.23 | - |
| YUV | 120.45 | 140.73 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 100 | 143 | 0 | 0.34 | 0.06 | 0.40 | 310.38 | 0.21 | 0.49 |
| Hex | 98 | 64 | 8F | 0 | 22 | 6 | 28 | 136 | 15 | 31 |
| Octal | 230 | 144 | 217 | 0 | 42 | 6 | 50 | 466 | 25 | 61 |
| Binary | 10011000 | 1100100 | 10001111 | 0 | 100010 | 110 | 101000 | 100110110 | 10101 | 110001 |
Color Harmonies of #98648F
Complementary color
Monochromatic Colors of #98648F
Black with #98648F
Text Example
Text Example
White with #98648F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98648F; }
p { color: rgb(152,100,143); }
H1.HeaderClassName
{
color: #98648F;
}
.AnyTagClassName
{
color: #98648F;
}
</style>
background-color css
<style>
a { background-color: #98648F; }
a { background-color: rgb(152,100,143); }
div.DivClassName
{
background-color: #98648F;
}
.BgClassName
{
background-color: #98648F;
}
</style>
border-color css
<style>
span { border-color: #98648F; }
span { border-color: rgb(152,100,143); }
td.TdClassName
{
border-color: #98648F;
}
.TagClassName
{
border-color: #98648F;
}
</style>