Shades of Violet Blue #985397
Tints of Violet Blue #985397
RGB
CMYK
RGB Variations
Color information
#985397 (or 0x985397) is known color: Violet Blue. HEX triplet: 98, 53 and 97. RGB value is (152,83,151). Sum of RGB (Red+Green+Blue) = 152+83+151=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 151 (59.38% from 255 or 39.12% from 386); Max value from RGB is 152 - color contains mainly: red. Hex color #985397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985397 is #67AC68. Grayscale: #6F6F6F. Windows color (decimal): -6794345 or 9917336. OLE color: 9917336.
HSL color Cylindrical-coordinate representation of color #985397: hue angle of 300.87º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #985397 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 83 | 151 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.40 |
| HSL | 300.87º | 0.29% | 0.46% | - |
| HSV(B) | 300.87º | 0.45% | 0.6% | - |
| XYZ | 21.63 | 15.1 | 31.05 | - |
| YUV | 111.38 | 150.36 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 83 | 151 | 0 | 0.45 | 0.01 | 0.40 | 300.87 | 0.29 | 0.46 |
| Hex | 98 | 53 | 97 | 0 | 2D | 1 | 28 | 12D | 1D | 2E |
| Octal | 230 | 123 | 227 | 0 | 55 | 1 | 50 | 455 | 35 | 56 |
| Binary | 10011000 | 1010011 | 10010111 | 0 | 101101 | 1 | 101000 | 100101101 | 11101 | 101110 |
Color Harmonies of #985397
Complementary color
Monochromatic Colors of #985397
Black with #985397
Text Example
Text Example
White with #985397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985397; }
p { color: rgb(152,83,151); }
H1.HeaderClassName
{
color: #985397;
}
.AnyTagClassName
{
color: #985397;
}
</style>
background-color css
<style>
a { background-color: #985397; }
a { background-color: rgb(152,83,151); }
div.DivClassName
{
background-color: #985397;
}
.BgClassName
{
background-color: #985397;
}
</style>
border-color css
<style>
span { border-color: #985397; }
span { border-color: rgb(152,83,151); }
td.TdClassName
{
border-color: #985397;
}
.TagClassName
{
border-color: #985397;
}
</style>