Shades of Violet Blue #98489A
Tints of Violet Blue #98489A
RGB
CMYK
RGB Variations
Color information
#98489A (or 0x98489A) is known color: Violet Blue. HEX triplet: 98, 48 and 9A. RGB value is (152,72,154). Sum of RGB (Red+Green+Blue) = 152+72+154=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 154 - color contains mainly: blue. Hex color #98489A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98489A is #67B765. Grayscale: #696969. Windows color (decimal): -6797158 or 10111128. OLE color: 10111128.
HSL color Cylindrical-coordinate representation of color #98489A: hue angle of 298.54º 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 #98489A is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 72 | 154 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.40 |
| HSL | 298.54º | 0.36% | 0.44% | - |
| HSV(B) | 298.54º | 0.53% | 0.6% | - |
| XYZ | 21.1 | 13.64 | 32.09 | - |
| YUV | 105.27 | 155.5 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 72 | 154 | 0.01 | 0.53 | 0 | 0.40 | 298.54 | 0.36 | 0.44 |
| Hex | 98 | 48 | 9A | 1 | 35 | 0 | 28 | 12B | 24 | 2C |
| Octal | 230 | 110 | 232 | 1 | 65 | 0 | 50 | 453 | 44 | 54 |
| Binary | 10011000 | 1001000 | 10011010 | 1 | 110101 | 0 | 101000 | 100101011 | 100100 | 101100 |
Color Harmonies of #98489A
Complementary color
Monochromatic Colors of #98489A
Black with #98489A
Text Example
Text Example
White with #98489A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98489A; }
p { color: rgb(152,72,154); }
H1.HeaderClassName
{
color: #98489A;
}
.AnyTagClassName
{
color: #98489A;
}
</style>
background-color css
<style>
a { background-color: #98489A; }
a { background-color: rgb(152,72,154); }
div.DivClassName
{
background-color: #98489A;
}
.BgClassName
{
background-color: #98489A;
}
</style>
border-color css
<style>
span { border-color: #98489A; }
span { border-color: rgb(152,72,154); }
td.TdClassName
{
border-color: #98489A;
}
.TagClassName
{
border-color: #98489A;
}
</style>