Shades of Violet Blue #98478C
Tints of Violet Blue #98478C
RGB
CMYK
RGB Variations
Color information
#98478C (or 0x98478C) is known color: Violet Blue. HEX triplet: 98, 47 and 8C. RGB value is (152,71,140). Sum of RGB (Red+Green+Blue) = 152+71+140=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 152 - color contains mainly: red. Hex color #98478C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98478C is #67B873. Grayscale: #666666. Windows color (decimal): -6797428 or 9193368. OLE color: 9193368.
HSL color Cylindrical-coordinate representation of color #98478C: hue angle of 308.89º 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 #98478C is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 71 | 140 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.40 |
| HSL | 308.89º | 0.36% | 0.44% | - |
| HSV(B) | 308.89º | 0.53% | 0.6% | - |
| XYZ | 19.94 | 13.08 | 26.28 | - |
| YUV | 103.09 | 148.84 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 71 | 140 | 0 | 0.53 | 0.08 | 0.40 | 308.89 | 0.36 | 0.44 |
| Hex | 98 | 47 | 8C | 0 | 35 | 8 | 28 | 135 | 24 | 2C |
| Octal | 230 | 107 | 214 | 0 | 65 | 10 | 50 | 465 | 44 | 54 |
| Binary | 10011000 | 1000111 | 10001100 | 0 | 110101 | 1000 | 101000 | 100110101 | 100100 | 101100 |
Color Harmonies of #98478C
Complementary color
Monochromatic Colors of #98478C
Black with #98478C
Text Example
Text Example
White with #98478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98478C; }
p { color: rgb(152,71,140); }
H1.HeaderClassName
{
color: #98478C;
}
.AnyTagClassName
{
color: #98478C;
}
</style>
background-color css
<style>
a { background-color: #98478C; }
a { background-color: rgb(152,71,140); }
div.DivClassName
{
background-color: #98478C;
}
.BgClassName
{
background-color: #98478C;
}
</style>
border-color css
<style>
span { border-color: #98478C; }
span { border-color: rgb(152,71,140); }
td.TdClassName
{
border-color: #98478C;
}
.TagClassName
{
border-color: #98478C;
}
</style>