Shades of Vivid Violet #983294
Tints of Vivid Violet #983294
RGB
CMYK
RGB Variations
Color information
#983294 (or 0x983294) is known color: Vivid Violet. HEX triplet: 98, 32 and 94. RGB value is (152,50,148). Sum of RGB (Red+Green+Blue) = 152+50+148=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #983294 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983294 is #67CD6B. Grayscale: #5B5B5B. Windows color (decimal): -6802796 or 9712280. OLE color: 9712280.
HSL color Cylindrical-coordinate representation of color #983294: hue angle of 302.35º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #983294 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 50 | 148 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.40 |
| HSL | 302.35º | 0.5% | 0.4% | - |
| HSV(B) | 302.35º | 0.67% | 0.6% | - |
| XYZ | 19.43 | 11.09 | 29.13 | - |
| YUV | 91.67 | 159.79 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 50 | 148 | 0 | 0.67 | 0.03 | 0.40 | 302.35 | 0.5 | 0.4 |
| Hex | 98 | 32 | 94 | 0 | 43 | 3 | 28 | 12E | 32 | 28 |
| Octal | 230 | 62 | 224 | 0 | 103 | 3 | 50 | 456 | 62 | 50 |
| Binary | 10011000 | 110010 | 10010100 | 0 | 1000011 | 11 | 101000 | 100101110 | 110010 | 101000 |
Color Harmonies of #983294
Complementary color
Monochromatic Colors of #983294
Black with #983294
Text Example
Text Example
White with #983294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983294; }
p { color: rgb(152,50,148); }
H1.HeaderClassName
{
color: #983294;
}
.AnyTagClassName
{
color: #983294;
}
</style>
background-color css
<style>
a { background-color: #983294; }
a { background-color: rgb(152,50,148); }
div.DivClassName
{
background-color: #983294;
}
.BgClassName
{
background-color: #983294;
}
</style>
border-color css
<style>
span { border-color: #983294; }
span { border-color: rgb(152,50,148); }
td.TdClassName
{
border-color: #983294;
}
.TagClassName
{
border-color: #983294;
}
</style>