Shades of Violet Blue #987093
Tints of Violet Blue #987093
RGB
CMYK
RGB Variations
Color information
#987093 (or 0x987093) is known color: Violet Blue. HEX triplet: 98, 70 and 93. RGB value is (152,112,147). Sum of RGB (Red+Green+Blue) = 152+112+147=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 152 - color contains mainly: red. Hex color #987093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987093 is #678F6C. Grayscale: #7F7F7F. Windows color (decimal): -6786925 or 9662616. OLE color: 9662616.
HSL color Cylindrical-coordinate representation of color #987093: hue angle of 307.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #987093 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 112 | 147 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.40 |
| HSL | 307.5º | 0.16% | 0.52% | - |
| HSV(B) | 307.5º | 0.26% | 0.6% | - |
| XYZ | 24.01 | 20.37 | 30.27 | - |
| YUV | 127.95 | 138.75 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 112 | 147 | 0 | 0.26 | 0.03 | 0.40 | 307.5 | 0.16 | 0.52 |
| Hex | 98 | 70 | 93 | 0 | 1A | 3 | 28 | 134 | 10 | 34 |
| Octal | 230 | 160 | 223 | 0 | 32 | 3 | 50 | 464 | 20 | 64 |
| Binary | 10011000 | 1110000 | 10010011 | 0 | 11010 | 11 | 101000 | 100110100 | 10000 | 110100 |
Color Harmonies of #987093
Complementary color
Monochromatic Colors of #987093
Black with #987093
Text Example
Text Example
White with #987093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987093; }
p { color: rgb(152,112,147); }
H1.HeaderClassName
{
color: #987093;
}
.AnyTagClassName
{
color: #987093;
}
</style>
background-color css
<style>
a { background-color: #987093; }
a { background-color: rgb(152,112,147); }
div.DivClassName
{
background-color: #987093;
}
.BgClassName
{
background-color: #987093;
}
</style>
border-color css
<style>
span { border-color: #987093; }
span { border-color: rgb(152,112,147); }
td.TdClassName
{
border-color: #987093;
}
.TagClassName
{
border-color: #987093;
}
</style>