Shades of Violet Blue #985C92
Tints of Violet Blue #985C92
RGB
CMYK
RGB Variations
Color information
#985C92 (or 0x985C92) is known color: Violet Blue. HEX triplet: 98, 5C and 92. RGB value is (152,92,146). Sum of RGB (Red+Green+Blue) = 152+92+146=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 152 - color contains mainly: red. Hex color #985C92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985C92 is #67A36D. Grayscale: #737373. Windows color (decimal): -6792046 or 9591960. OLE color: 9591960.
HSL color Cylindrical-coordinate representation of color #985C92: hue angle of 306º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #985C92 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 92 | 146 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.40 |
| HSL | 306º | 0.25% | 0.48% | - |
| HSV(B) | 306º | 0.39% | 0.6% | - |
| XYZ | 21.96 | 16.41 | 29.2 | - |
| YUV | 116.1 | 144.88 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 92 | 146 | 0 | 0.39 | 0.04 | 0.40 | 306 | 0.25 | 0.48 |
| Hex | 98 | 5C | 92 | 0 | 27 | 4 | 28 | 132 | 19 | 30 |
| Octal | 230 | 134 | 222 | 0 | 47 | 4 | 50 | 462 | 31 | 60 |
| Binary | 10011000 | 1011100 | 10010010 | 0 | 100111 | 100 | 101000 | 100110010 | 11001 | 110000 |
Color Harmonies of #985C92
Complementary color
Monochromatic Colors of #985C92
Black with #985C92
Text Example
Text Example
White with #985C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985C92; }
p { color: rgb(152,92,146); }
H1.HeaderClassName
{
color: #985C92;
}
.AnyTagClassName
{
color: #985C92;
}
</style>
background-color css
<style>
a { background-color: #985C92; }
a { background-color: rgb(152,92,146); }
div.DivClassName
{
background-color: #985C92;
}
.BgClassName
{
background-color: #985C92;
}
</style>
border-color css
<style>
span { border-color: #985C92; }
span { border-color: rgb(152,92,146); }
td.TdClassName
{
border-color: #985C92;
}
.TagClassName
{
border-color: #985C92;
}
</style>