Shades of Violet Blue #98658F
Tints of Violet Blue #98658F
RGB
CMYK
RGB Variations
Color information
#98658F (or 0x98658F) is known color: Violet Blue. HEX triplet: 98, 65 and 8F. RGB value is (152,101,143). Sum of RGB (Red+Green+Blue) = 152+101+143=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 152 - color contains mainly: red. Hex color #98658F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98658F is #679A70. Grayscale: #787878. Windows color (decimal): -6789745 or 9397656. OLE color: 9397656.
HSL color Cylindrical-coordinate representation of color #98658F: hue angle of 310.59º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98658F is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 101 | 143 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.40 |
| HSL | 310.59º | 0.2% | 0.5% | - |
| HSV(B) | 310.59º | 0.34% | 0.6% | - |
| XYZ | 22.56 | 17.97 | 28.27 | - |
| YUV | 121.04 | 140.4 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 101 | 143 | 0 | 0.34 | 0.06 | 0.40 | 310.59 | 0.2 | 0.5 |
| Hex | 98 | 65 | 8F | 0 | 22 | 6 | 28 | 137 | 14 | 32 |
| Octal | 230 | 145 | 217 | 0 | 42 | 6 | 50 | 467 | 24 | 62 |
| Binary | 10011000 | 1100101 | 10001111 | 0 | 100010 | 110 | 101000 | 100110111 | 10100 | 110010 |
Color Harmonies of #98658F
Complementary color
Monochromatic Colors of #98658F
Black with #98658F
Text Example
Text Example
White with #98658F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98658F; }
p { color: rgb(152,101,143); }
H1.HeaderClassName
{
color: #98658F;
}
.AnyTagClassName
{
color: #98658F;
}
</style>
background-color css
<style>
a { background-color: #98658F; }
a { background-color: rgb(152,101,143); }
div.DivClassName
{
background-color: #98658F;
}
.BgClassName
{
background-color: #98658F;
}
</style>
border-color css
<style>
span { border-color: #98658F; }
span { border-color: rgb(152,101,143); }
td.TdClassName
{
border-color: #98658F;
}
.TagClassName
{
border-color: #98658F;
}
</style>