Shades of Violet Blue #985592
Tints of Violet Blue #985592
RGB
CMYK
RGB Variations
Color information
#985592 (or 0x985592) is known color: Violet Blue. HEX triplet: 98, 55 and 92. RGB value is (152,85,146). Sum of RGB (Red+Green+Blue) = 152+85+146=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 152 - color contains mainly: red. Hex color #985592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985592 is #67AA6D. Grayscale: #6F6F6F. Windows color (decimal): -6793838 or 9590168. OLE color: 9590168.
HSL color Cylindrical-coordinate representation of color #985592: hue angle of 305.37º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #985592 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 85 | 146 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.40 |
| HSL | 305.37º | 0.28% | 0.46% | - |
| HSV(B) | 305.37º | 0.44% | 0.6% | - |
| XYZ | 21.39 | 15.25 | 29.01 | - |
| YUV | 111.99 | 147.2 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 85 | 146 | 0 | 0.44 | 0.04 | 0.40 | 305.37 | 0.28 | 0.46 |
| Hex | 98 | 55 | 92 | 0 | 2C | 4 | 28 | 131 | 1C | 2E |
| Octal | 230 | 125 | 222 | 0 | 54 | 4 | 50 | 461 | 34 | 56 |
| Binary | 10011000 | 1010101 | 10010010 | 0 | 101100 | 100 | 101000 | 100110001 | 11100 | 101110 |
Color Harmonies of #985592
Complementary color
Monochromatic Colors of #985592
Black with #985592
Text Example
Text Example
White with #985592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985592; }
p { color: rgb(152,85,146); }
H1.HeaderClassName
{
color: #985592;
}
.AnyTagClassName
{
color: #985592;
}
</style>
background-color css
<style>
a { background-color: #985592; }
a { background-color: rgb(152,85,146); }
div.DivClassName
{
background-color: #985592;
}
.BgClassName
{
background-color: #985592;
}
</style>
border-color css
<style>
span { border-color: #985592; }
span { border-color: rgb(152,85,146); }
td.TdClassName
{
border-color: #985592;
}
.TagClassName
{
border-color: #985592;
}
</style>