Shades of Violet Blue #98739C
Tints of Violet Blue #98739C
RGB
CMYK
RGB Variations
Color information
#98739C (or 0x98739C) is known color: Violet Blue. HEX triplet: 98, 73 and 9C. RGB value is (152,115,156). Sum of RGB (Red+Green+Blue) = 152+115+156=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 156 - color contains mainly: blue. Hex color #98739C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98739C is #678C63. Grayscale: #828282. Windows color (decimal): -6786148 or 10253208. OLE color: 10253208.
HSL color Cylindrical-coordinate representation of color #98739C: hue angle of 294.15º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98739C is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 115 | 156 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.39 |
| HSL | 294.15º | 0.17% | 0.53% | - |
| HSV(B) | 294.15º | 0.26% | 0.61% | - |
| XYZ | 25.08 | 21.34 | 34.25 | - |
| YUV | 130.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 115 | 156 | 0.03 | 0.26 | 0 | 0.39 | 294.15 | 0.17 | 0.53 |
| Hex | 98 | 73 | 9C | 3 | 1A | 0 | 27 | 126 | 11 | 35 |
| Octal | 230 | 163 | 234 | 3 | 32 | 0 | 47 | 446 | 21 | 65 |
| Binary | 10011000 | 1110011 | 10011100 | 11 | 11010 | 0 | 100111 | 100100110 | 10001 | 110101 |
Color Harmonies of #98739C
Complementary color
Monochromatic Colors of #98739C
Black with #98739C
Text Example
Text Example
White with #98739C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98739C; }
p { color: rgb(152,115,156); }
H1.HeaderClassName
{
color: #98739C;
}
.AnyTagClassName
{
color: #98739C;
}
</style>
background-color css
<style>
a { background-color: #98739C; }
a { background-color: rgb(152,115,156); }
div.DivClassName
{
background-color: #98739C;
}
.BgClassName
{
background-color: #98739C;
}
</style>
border-color css
<style>
span { border-color: #98739C; }
span { border-color: rgb(152,115,156); }
td.TdClassName
{
border-color: #98739C;
}
.TagClassName
{
border-color: #98739C;
}
</style>