Shades of Violet Blue #985793
Tints of Violet Blue #985793
RGB
CMYK
RGB Variations
Color information
#985793 (or 0x985793) is known color: Violet Blue. HEX triplet: 98, 57 and 93. RGB value is (152,87,147). Sum of RGB (Red+Green+Blue) = 152+87+147=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 147 (57.81% from 255 or 38.08% from 386); Max value from RGB is 152 - color contains mainly: red. Hex color #985793 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985793 is #67A86C. Grayscale: #717171. Windows color (decimal): -6793325 or 9656216. OLE color: 9656216.
HSL color Cylindrical-coordinate representation of color #985793: hue angle of 304.62º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #985793 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 87 | 147 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.40 |
| HSL | 304.62º | 0.27% | 0.47% | - |
| HSV(B) | 304.62º | 0.43% | 0.6% | - |
| XYZ | 21.62 | 15.6 | 29.47 | - |
| YUV | 113.28 | 147.03 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 87 | 147 | 0 | 0.43 | 0.03 | 0.40 | 304.62 | 0.27 | 0.47 |
| Hex | 98 | 57 | 93 | 0 | 2B | 3 | 28 | 131 | 1B | 2F |
| Octal | 230 | 127 | 223 | 0 | 53 | 3 | 50 | 461 | 33 | 57 |
| Binary | 10011000 | 1010111 | 10010011 | 0 | 101011 | 11 | 101000 | 100110001 | 11011 | 101111 |
Color Harmonies of #985793
Complementary color
Monochromatic Colors of #985793
Black with #985793
Text Example
Text Example
White with #985793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985793; }
p { color: rgb(152,87,147); }
H1.HeaderClassName
{
color: #985793;
}
.AnyTagClassName
{
color: #985793;
}
</style>
background-color css
<style>
a { background-color: #985793; }
a { background-color: rgb(152,87,147); }
div.DivClassName
{
background-color: #985793;
}
.BgClassName
{
background-color: #985793;
}
</style>
border-color css
<style>
span { border-color: #985793; }
span { border-color: rgb(152,87,147); }
td.TdClassName
{
border-color: #985793;
}
.TagClassName
{
border-color: #985793;
}
</style>