Shades of Vivid Violet #983593
Tints of Vivid Violet #983593
RGB
CMYK
RGB Variations
Color information
#983593 (or 0x983593) is known color: Vivid Violet. HEX triplet: 98, 35 and 93. RGB value is (152,53,147). Sum of RGB (Red+Green+Blue) = 152+53+147=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 152 - color contains mainly: red. Hex color #983593 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983593 is #67CA6C. Grayscale: #5D5D5D. Windows color (decimal): -6802029 or 9647512. OLE color: 9647512.
HSL color Cylindrical-coordinate representation of color #983593: hue angle of 303.03º 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 #983593 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 53 | 147 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.40 |
| HSL | 303.03º | 0.48% | 0.4% | - |
| HSV(B) | 303.03º | 0.65% | 0.6% | - |
| XYZ | 19.49 | 11.33 | 28.76 | - |
| YUV | 93.32 | 158.3 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 53 | 147 | 0 | 0.65 | 0.03 | 0.40 | 303.03 | 0.48 | 0.4 |
| Hex | 98 | 35 | 93 | 0 | 41 | 3 | 28 | 12F | 30 | 28 |
| Octal | 230 | 65 | 223 | 0 | 101 | 3 | 50 | 457 | 60 | 50 |
| Binary | 10011000 | 110101 | 10010011 | 0 | 1000001 | 11 | 101000 | 100101111 | 110000 | 101000 |
Color Harmonies of #983593
Complementary color
Monochromatic Colors of #983593
Black with #983593
Text Example
Text Example
White with #983593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983593; }
p { color: rgb(152,53,147); }
H1.HeaderClassName
{
color: #983593;
}
.AnyTagClassName
{
color: #983593;
}
</style>
background-color css
<style>
a { background-color: #983593; }
a { background-color: rgb(152,53,147); }
div.DivClassName
{
background-color: #983593;
}
.BgClassName
{
background-color: #983593;
}
</style>
border-color css
<style>
span { border-color: #983593; }
span { border-color: rgb(152,53,147); }
td.TdClassName
{
border-color: #983593;
}
.TagClassName
{
border-color: #983593;
}
</style>