Shades of Vivid Violet #983298
Tints of Vivid Violet #983298
RGB
CMYK
RGB Variations
Color information
#983298 (or 0x983298) is known color: Vivid Violet. HEX triplet: 98, 32 and 98. RGB value is (152,50,152). Sum of RGB (Red+Green+Blue) = 152+50+152=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 152 - color contains mainly: red, blue. Hex color #983298 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983298 is #67CD67. Grayscale: #5B5B5B. Windows color (decimal): -6802792 or 9974424. OLE color: 9974424.
HSL color Cylindrical-coordinate representation of color #983298: hue angle of 300º 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 #983298 is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 50 | 152 | - |
| CMYK | 0 | 0.67 | 0 | 0.40 |
| HSL | 300º | 0.5% | 0.4% | - |
| HSV(B) | 300º | 0.67% | 0.6% | - |
| XYZ | 19.76 | 11.22 | 30.83 | - |
| YUV | 92.13 | 161.79 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 50 | 152 | 0 | 0.67 | 0 | 0.40 | 300 | 0.5 | 0.4 |
| Hex | 98 | 32 | 98 | 0 | 43 | 0 | 28 | 12C | 32 | 28 |
| Octal | 230 | 62 | 230 | 0 | 103 | 0 | 50 | 454 | 62 | 50 |
| Binary | 10011000 | 110010 | 10011000 | 0 | 1000011 | 0 | 101000 | 100101100 | 110010 | 101000 |
Color Harmonies of #983298
Complementary color
Monochromatic Colors of #983298
Black with #983298
Text Example
Text Example
White with #983298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983298; }
p { color: rgb(152,50,152); }
H1.HeaderClassName
{
color: #983298;
}
.AnyTagClassName
{
color: #983298;
}
</style>
background-color css
<style>
a { background-color: #983298; }
a { background-color: rgb(152,50,152); }
div.DivClassName
{
background-color: #983298;
}
.BgClassName
{
background-color: #983298;
}
</style>
border-color css
<style>
span { border-color: #983298; }
span { border-color: rgb(152,50,152); }
td.TdClassName
{
border-color: #983298;
}
.TagClassName
{
border-color: #983298;
}
</style>