Shades of Violet Blue #984398
Tints of Violet Blue #984398
RGB
CMYK
RGB Variations
Color information
#984398 (or 0x984398) is known color: Violet Blue. HEX triplet: 98, 43 and 98. RGB value is (152,67,152). Sum of RGB (Red+Green+Blue) = 152+67+152=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 152 - color contains mainly: red, blue. Hex color #984398 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984398 is #67BC67. Grayscale: #656565. Windows color (decimal): -6798440 or 9978776. OLE color: 9978776.
HSL color Cylindrical-coordinate representation of color #984398: hue angle of 300º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #984398 is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 67 | 152 | - |
| CMYK | 0 | 0.56 | 0 | 0.40 |
| HSL | 300º | 0.39% | 0.43% | - |
| HSV(B) | 300º | 0.56% | 0.6% | - |
| XYZ | 20.62 | 12.96 | 31.12 | - |
| YUV | 102.11 | 156.16 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 67 | 152 | 0 | 0.56 | 0 | 0.40 | 300 | 0.39 | 0.43 |
| Hex | 98 | 43 | 98 | 0 | 38 | 0 | 28 | 12C | 27 | 2B |
| Octal | 230 | 103 | 230 | 0 | 70 | 0 | 50 | 454 | 47 | 53 |
| Binary | 10011000 | 1000011 | 10011000 | 0 | 111000 | 0 | 101000 | 100101100 | 100111 | 101011 |
Color Harmonies of #984398
Complementary color
Monochromatic Colors of #984398
Black with #984398
Text Example
Text Example
White with #984398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984398; }
p { color: rgb(152,67,152); }
H1.HeaderClassName
{
color: #984398;
}
.AnyTagClassName
{
color: #984398;
}
</style>
background-color css
<style>
a { background-color: #984398; }
a { background-color: rgb(152,67,152); }
div.DivClassName
{
background-color: #984398;
}
.BgClassName
{
background-color: #984398;
}
</style>
border-color css
<style>
span { border-color: #984398; }
span { border-color: rgb(152,67,152); }
td.TdClassName
{
border-color: #984398;
}
.TagClassName
{
border-color: #984398;
}
</style>