Shades of Violet Blue #985395
Tints of Violet Blue #985395
RGB
CMYK
RGB Variations
Color information
#985395 (or 0x985395) is known color: Violet Blue. HEX triplet: 98, 53 and 95. RGB value is (152,83,149). Sum of RGB (Red+Green+Blue) = 152+83+149=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 152 - color contains mainly: red. Hex color #985395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985395 is #67AC6A. Grayscale: #6E6E6E. Windows color (decimal): -6794347 or 9786264. OLE color: 9786264.
HSL color Cylindrical-coordinate representation of color #985395: hue angle of 302.61º 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 #985395 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 83 | 149 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.40 |
| HSL | 302.61º | 0.29% | 0.46% | - |
| HSV(B) | 302.61º | 0.45% | 0.6% | - |
| XYZ | 21.47 | 15.03 | 30.2 | - |
| YUV | 111.16 | 149.36 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 83 | 149 | 0 | 0.45 | 0.02 | 0.40 | 302.61 | 0.29 | 0.46 |
| Hex | 98 | 53 | 95 | 0 | 2D | 2 | 28 | 12F | 1D | 2E |
| Octal | 230 | 123 | 225 | 0 | 55 | 2 | 50 | 457 | 35 | 56 |
| Binary | 10011000 | 1010011 | 10010101 | 0 | 101101 | 10 | 101000 | 100101111 | 11101 | 101110 |
Color Harmonies of #985395
Complementary color
Monochromatic Colors of #985395
Black with #985395
Text Example
Text Example
White with #985395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985395; }
p { color: rgb(152,83,149); }
H1.HeaderClassName
{
color: #985395;
}
.AnyTagClassName
{
color: #985395;
}
</style>
background-color css
<style>
a { background-color: #985395; }
a { background-color: rgb(152,83,149); }
div.DivClassName
{
background-color: #985395;
}
.BgClassName
{
background-color: #985395;
}
</style>
border-color css
<style>
span { border-color: #985395; }
span { border-color: rgb(152,83,149); }
td.TdClassName
{
border-color: #985395;
}
.TagClassName
{
border-color: #985395;
}
</style>