Shades of Vivid Violet #983592
Tints of Vivid Violet #983592
RGB
CMYK
RGB Variations
Color information
#983592 (or 0x983592) is known color: Vivid Violet. HEX triplet: 98, 35 and 92. RGB value is (152,53,146). Sum of RGB (Red+Green+Blue) = 152+53+146=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 146 (57.42% from 255 or 41.60% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #983592 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983592 is #67CA6D. Grayscale: #5C5C5C. Windows color (decimal): -6802030 or 9581976. OLE color: 9581976.
HSL color Cylindrical-coordinate representation of color #983592: hue angle of 303.64º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #983592 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 53 | 146 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.40 |
| HSL | 303.64º | 0.48% | 0.4% | - |
| HSV(B) | 303.64º | 0.65% | 0.6% | - |
| XYZ | 19.41 | 11.3 | 28.35 | - |
| YUV | 93.2 | 157.8 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 53 | 146 | 0 | 0.65 | 0.04 | 0.40 | 303.64 | 0.48 | 0.4 |
| Hex | 98 | 35 | 92 | 0 | 41 | 4 | 28 | 130 | 30 | 28 |
| Octal | 230 | 65 | 222 | 0 | 101 | 4 | 50 | 460 | 60 | 50 |
| Binary | 10011000 | 110101 | 10010010 | 0 | 1000001 | 100 | 101000 | 100110000 | 110000 | 101000 |
Color Harmonies of #983592
Complementary color
Monochromatic Colors of #983592
Black with #983592
Text Example
Text Example
White with #983592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983592; }
p { color: rgb(152,53,146); }
H1.HeaderClassName
{
color: #983592;
}
.AnyTagClassName
{
color: #983592;
}
</style>
background-color css
<style>
a { background-color: #983592; }
a { background-color: rgb(152,53,146); }
div.DivClassName
{
background-color: #983592;
}
.BgClassName
{
background-color: #983592;
}
</style>
border-color css
<style>
span { border-color: #983592; }
span { border-color: rgb(152,53,146); }
td.TdClassName
{
border-color: #983592;
}
.TagClassName
{
border-color: #983592;
}
</style>