Shades of Violet Blue #98478D
Tints of Violet Blue #98478D
RGB
CMYK
RGB Variations
Color information
#98478D (or 0x98478D) is known color: Violet Blue. HEX triplet: 98, 47 and 8D. RGB value is (152,71,141). Sum of RGB (Red+Green+Blue) = 152+71+141=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 152 - color contains mainly: red. Hex color #98478D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98478D is #67B872. Grayscale: #676767. Windows color (decimal): -6797427 or 9258904. OLE color: 9258904.
HSL color Cylindrical-coordinate representation of color #98478D: hue angle of 308.15º 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 #98478D is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 71 | 141 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.40 |
| HSL | 308.15º | 0.36% | 0.44% | - |
| HSV(B) | 308.15º | 0.53% | 0.6% | - |
| XYZ | 20.01 | 13.1 | 26.67 | - |
| YUV | 103.2 | 149.34 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 71 | 141 | 0 | 0.53 | 0.07 | 0.40 | 308.15 | 0.36 | 0.44 |
| Hex | 98 | 47 | 8D | 0 | 35 | 7 | 28 | 134 | 24 | 2C |
| Octal | 230 | 107 | 215 | 0 | 65 | 7 | 50 | 464 | 44 | 54 |
| Binary | 10011000 | 1000111 | 10001101 | 0 | 110101 | 111 | 101000 | 100110100 | 100100 | 101100 |
Color Harmonies of #98478D
Complementary color
Monochromatic Colors of #98478D
Black with #98478D
Text Example
Text Example
White with #98478D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98478D; }
p { color: rgb(152,71,141); }
H1.HeaderClassName
{
color: #98478D;
}
.AnyTagClassName
{
color: #98478D;
}
</style>
background-color css
<style>
a { background-color: #98478D; }
a { background-color: rgb(152,71,141); }
div.DivClassName
{
background-color: #98478D;
}
.BgClassName
{
background-color: #98478D;
}
</style>
border-color css
<style>
span { border-color: #98478D; }
span { border-color: rgb(152,71,141); }
td.TdClassName
{
border-color: #98478D;
}
.TagClassName
{
border-color: #98478D;
}
</style>