Shades of Vivid Violet #983792
Tints of Vivid Violet #983792
RGB
CMYK
RGB Variations
Color information
#983792 (or 0x983792) is known color: Vivid Violet. HEX triplet: 98, 37 and 92. RGB value is (152,55,146). Sum of RGB (Red+Green+Blue) = 152+55+146=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #983792 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983792 is #67C86D. Grayscale: #5E5E5E. Windows color (decimal): -6801518 or 9582488. OLE color: 9582488.
HSL color Cylindrical-coordinate representation of color #983792: hue angle of 303.71º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #983792 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 55 | 146 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.40 |
| HSL | 303.71º | 0.47% | 0.41% | - |
| HSV(B) | 303.71º | 0.64% | 0.6% | - |
| XYZ | 19.5 | 11.48 | 28.38 | - |
| YUV | 94.38 | 157.14 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 55 | 146 | 0 | 0.64 | 0.04 | 0.40 | 303.71 | 0.47 | 0.41 |
| Hex | 98 | 37 | 92 | 0 | 40 | 4 | 28 | 130 | 2F | 29 |
| Octal | 230 | 67 | 222 | 0 | 100 | 4 | 50 | 460 | 57 | 51 |
| Binary | 10011000 | 110111 | 10010010 | 0 | 1000000 | 100 | 101000 | 100110000 | 101111 | 101001 |
Color Harmonies of #983792
Complementary color
Monochromatic Colors of #983792
Black with #983792
Text Example
Text Example
White with #983792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983792; }
p { color: rgb(152,55,146); }
H1.HeaderClassName
{
color: #983792;
}
.AnyTagClassName
{
color: #983792;
}
</style>
background-color css
<style>
a { background-color: #983792; }
a { background-color: rgb(152,55,146); }
div.DivClassName
{
background-color: #983792;
}
.BgClassName
{
background-color: #983792;
}
</style>
border-color css
<style>
span { border-color: #983792; }
span { border-color: rgb(152,55,146); }
td.TdClassName
{
border-color: #983792;
}
.TagClassName
{
border-color: #983792;
}
</style>