Shades of Violet Blue #986792
Tints of Violet Blue #986792
RGB
CMYK
RGB Variations
Color information
#986792 (or 0x986792) is known color: Violet Blue. HEX triplet: 98, 67 and 92. RGB value is (152,103,146). Sum of RGB (Red+Green+Blue) = 152+103+146=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 152 - color contains mainly: red. Hex color #986792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986792 is #67986D. Grayscale: #7A7A7A. Windows color (decimal): -6789230 or 9594776. OLE color: 9594776.
HSL color Cylindrical-coordinate representation of color #986792: hue angle of 307.35º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #986792 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 103 | 146 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.40 |
| HSL | 307.35º | 0.19% | 0.5% | - |
| HSV(B) | 307.35º | 0.32% | 0.6% | - |
| XYZ | 22.99 | 18.45 | 29.54 | - |
| YUV | 122.55 | 141.23 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 146 | 0 | 0.32 | 0.04 | 0.40 | 307.35 | 0.19 | 0.5 |
| Hex | 98 | 67 | 92 | 0 | 20 | 4 | 28 | 133 | 13 | 32 |
| Octal | 230 | 147 | 222 | 0 | 40 | 4 | 50 | 463 | 23 | 62 |
| Binary | 10011000 | 1100111 | 10010010 | 0 | 100000 | 100 | 101000 | 100110011 | 10011 | 110010 |
Color Harmonies of #986792
Complementary color
Monochromatic Colors of #986792
Black with #986792
Text Example
Text Example
White with #986792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986792; }
p { color: rgb(152,103,146); }
H1.HeaderClassName
{
color: #986792;
}
.AnyTagClassName
{
color: #986792;
}
</style>
background-color css
<style>
a { background-color: #986792; }
a { background-color: rgb(152,103,146); }
div.DivClassName
{
background-color: #986792;
}
.BgClassName
{
background-color: #986792;
}
</style>
border-color css
<style>
span { border-color: #986792; }
span { border-color: rgb(152,103,146); }
td.TdClassName
{
border-color: #986792;
}
.TagClassName
{
border-color: #986792;
}
</style>