Shades of Vivid Violet #983393
Tints of Vivid Violet #983393
RGB
CMYK
RGB Variations
Color information
#983393 (or 0x983393) is known color: Vivid Violet. HEX triplet: 98, 33 and 93. RGB value is (152,51,147). Sum of RGB (Red+Green+Blue) = 152+51+147=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 147 (57.81% from 255 or 42% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #983393 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983393 is #67CC6C. Grayscale: #5B5B5B. Windows color (decimal): -6802541 or 9647000. OLE color: 9647000.
HSL color Cylindrical-coordinate representation of color #983393: hue angle of 302.97º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #983393 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 51 | 147 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.40 |
| HSL | 302.97º | 0.5% | 0.4% | - |
| HSV(B) | 302.97º | 0.66% | 0.6% | - |
| XYZ | 19.4 | 11.15 | 28.73 | - |
| YUV | 92.14 | 158.96 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 51 | 147 | 0 | 0.66 | 0.03 | 0.40 | 302.97 | 0.5 | 0.4 |
| Hex | 98 | 33 | 93 | 0 | 42 | 3 | 28 | 12F | 32 | 28 |
| Octal | 230 | 63 | 223 | 0 | 102 | 3 | 50 | 457 | 62 | 50 |
| Binary | 10011000 | 110011 | 10010011 | 0 | 1000010 | 11 | 101000 | 100101111 | 110010 | 101000 |
Color Harmonies of #983393
Complementary color
Monochromatic Colors of #983393
Black with #983393
Text Example
Text Example
White with #983393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983393; }
p { color: rgb(152,51,147); }
H1.HeaderClassName
{
color: #983393;
}
.AnyTagClassName
{
color: #983393;
}
</style>
background-color css
<style>
a { background-color: #983393; }
a { background-color: rgb(152,51,147); }
div.DivClassName
{
background-color: #983393;
}
.BgClassName
{
background-color: #983393;
}
</style>
border-color css
<style>
span { border-color: #983393; }
span { border-color: rgb(152,51,147); }
td.TdClassName
{
border-color: #983393;
}
.TagClassName
{
border-color: #983393;
}
</style>