Shades of Violet Blue #98478E
Tints of Violet Blue #98478E
RGB
CMYK
RGB Variations
Color information
#98478E (or 0x98478E) is known color: Violet Blue. HEX triplet: 98, 47 and 8E. RGB value is (152,71,142). Sum of RGB (Red+Green+Blue) = 152+71+142=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 152 - color contains mainly: red. Hex color #98478E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98478E is #67B871. Grayscale: #676767. Windows color (decimal): -6797426 or 9324440. OLE color: 9324440.
HSL color Cylindrical-coordinate representation of color #98478E: hue angle of 307.41º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #98478E is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 71 | 142 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.40 |
| HSL | 307.41º | 0.36% | 0.44% | - |
| HSV(B) | 307.41º | 0.53% | 0.6% | - |
| XYZ | 20.08 | 13.13 | 27.07 | - |
| YUV | 103.31 | 149.84 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 71 | 142 | 0 | 0.53 | 0.07 | 0.40 | 307.41 | 0.36 | 0.44 |
| Hex | 98 | 47 | 8E | 0 | 35 | 7 | 28 | 133 | 24 | 2C |
| Octal | 230 | 107 | 216 | 0 | 65 | 7 | 50 | 463 | 44 | 54 |
| Binary | 10011000 | 1000111 | 10001110 | 0 | 110101 | 111 | 101000 | 100110011 | 100100 | 101100 |
Color Harmonies of #98478E
Complementary color
Monochromatic Colors of #98478E
Black with #98478E
Text Example
Text Example
White with #98478E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98478E; }
p { color: rgb(152,71,142); }
H1.HeaderClassName
{
color: #98478E;
}
.AnyTagClassName
{
color: #98478E;
}
</style>
background-color css
<style>
a { background-color: #98478E; }
a { background-color: rgb(152,71,142); }
div.DivClassName
{
background-color: #98478E;
}
.BgClassName
{
background-color: #98478E;
}
</style>
border-color css
<style>
span { border-color: #98478E; }
span { border-color: rgb(152,71,142); }
td.TdClassName
{
border-color: #98478E;
}
.TagClassName
{
border-color: #98478E;
}
</style>