Shades of Violet Blue #986293
Tints of Violet Blue #986293
RGB
CMYK
RGB Variations
Color information
#986293 (or 0x986293) is known color: Violet Blue. HEX triplet: 98, 62 and 93. RGB value is (152,98,147). Sum of RGB (Red+Green+Blue) = 152+98+147=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 152 - color contains mainly: red. Hex color #986293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986293 is #679D6C. Grayscale: #777777. Windows color (decimal): -6790509 or 9659032. OLE color: 9659032.
HSL color Cylindrical-coordinate representation of color #986293: hue angle of 305.56º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #986293 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 98 | 147 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.40 |
| HSL | 305.56º | 0.22% | 0.49% | - |
| HSV(B) | 305.56º | 0.36% | 0.6% | - |
| XYZ | 22.58 | 17.52 | 29.79 | - |
| YUV | 119.73 | 143.39 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 98 | 147 | 0 | 0.36 | 0.03 | 0.40 | 305.56 | 0.22 | 0.49 |
| Hex | 98 | 62 | 93 | 0 | 24 | 3 | 28 | 132 | 16 | 31 |
| Octal | 230 | 142 | 223 | 0 | 44 | 3 | 50 | 462 | 26 | 61 |
| Binary | 10011000 | 1100010 | 10010011 | 0 | 100100 | 11 | 101000 | 100110010 | 10110 | 110001 |
Color Harmonies of #986293
Complementary color
Monochromatic Colors of #986293
Black with #986293
Text Example
Text Example
White with #986293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986293; }
p { color: rgb(152,98,147); }
H1.HeaderClassName
{
color: #986293;
}
.AnyTagClassName
{
color: #986293;
}
</style>
background-color css
<style>
a { background-color: #986293; }
a { background-color: rgb(152,98,147); }
div.DivClassName
{
background-color: #986293;
}
.BgClassName
{
background-color: #986293;
}
</style>
border-color css
<style>
span { border-color: #986293; }
span { border-color: rgb(152,98,147); }
td.TdClassName
{
border-color: #986293;
}
.TagClassName
{
border-color: #986293;
}
</style>