Shades of Violet Blue #98678F
Tints of Violet Blue #98678F
RGB
CMYK
RGB Variations
Color information
#98678F (or 0x98678F) is known color: Violet Blue. HEX triplet: 98, 67 and 8F. RGB value is (152,103,143). Sum of RGB (Red+Green+Blue) = 152+103+143=398 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.19% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 152 - color contains mainly: red. Hex color #98678F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98678F is #679870. Grayscale: #7A7A7A. Windows color (decimal): -6789233 or 9398168. OLE color: 9398168.
HSL color Cylindrical-coordinate representation of color #98678F: hue angle of 311.02º 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 #98678F is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 103 | 143 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.40 |
| HSL | 311.02º | 0.19% | 0.5% | - |
| HSV(B) | 311.02º | 0.32% | 0.6% | - |
| XYZ | 22.76 | 18.36 | 28.33 | - |
| YUV | 122.21 | 139.73 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 143 | 0 | 0.32 | 0.06 | 0.40 | 311.02 | 0.19 | 0.5 |
| Hex | 98 | 67 | 8F | 0 | 20 | 6 | 28 | 137 | 13 | 32 |
| Octal | 230 | 147 | 217 | 0 | 40 | 6 | 50 | 467 | 23 | 62 |
| Binary | 10011000 | 1100111 | 10001111 | 0 | 100000 | 110 | 101000 | 100110111 | 10011 | 110010 |
Color Harmonies of #98678F
Complementary color
Monochromatic Colors of #98678F
Black with #98678F
Text Example
Text Example
White with #98678F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98678F; }
p { color: rgb(152,103,143); }
H1.HeaderClassName
{
color: #98678F;
}
.AnyTagClassName
{
color: #98678F;
}
</style>
background-color css
<style>
a { background-color: #98678F; }
a { background-color: rgb(152,103,143); }
div.DivClassName
{
background-color: #98678F;
}
.BgClassName
{
background-color: #98678F;
}
</style>
border-color css
<style>
span { border-color: #98678F; }
span { border-color: rgb(152,103,143); }
td.TdClassName
{
border-color: #98678F;
}
.TagClassName
{
border-color: #98678F;
}
</style>