Shades of Vivid Violet #983999
Tints of Vivid Violet #983999
RGB
CMYK
RGB Variations
Color information
#983999 (or 0x983999) is known color: Vivid Violet. HEX triplet: 98, 39 and 99. RGB value is (152,57,153). Sum of RGB (Red+Green+Blue) = 152+57+153=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 57 (22.66% from 255 or 15.75% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 153 - color contains mainly: blue. Hex color #983999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983999 is #67C666. Grayscale: #606060. Windows color (decimal): -6800999 or 10041752. OLE color: 10041752.
HSL color Cylindrical-coordinate representation of color #983999: hue angle of 299.38º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #983999 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 152 | 57 | 153 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.4 |
| HSL | 299.38º | 0.46% | 0.41% | - |
| HSV(B) | 299.38º | 0.63% | 0.6% | - |
| XYZ | 20.16 | 11.9 | 31.37 | - |
| YUV | 96.35 | 159.97 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 57 | 153 | 0.01 | 0.63 | 0 | 0.4 | 299.38 | 0.46 | 0.41 |
| Hex | 98 | 39 | 99 | 1 | 3F | 0 | 28 | 12B | 2E | 29 |
| Octal | 230 | 71 | 231 | 1 | 77 | 0 | 50 | 453 | 56 | 51 |
| Binary | 10011000 | 111001 | 10011001 | 1 | 111111 | 0 | 101000 | 100101011 | 101110 | 101001 |
Color Harmonies of #983999
Complementary color
Monochromatic Colors of #983999
Black with #983999
Text Example
Text Example
White with #983999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983999; }
p { color: rgb(152,57,153); }
H1.HeaderClassName
{
color: #983999;
}
.AnyTagClassName
{
color: #983999;
}
</style>
background-color css
<style>
a { background-color: #983999; }
a { background-color: rgb(152,57,153); }
div.DivClassName
{
background-color: #983999;
}
.BgClassName
{
background-color: #983999;
}
</style>
border-color css
<style>
span { border-color: #983999; }
span { border-color: rgb(152,57,153); }
td.TdClassName
{
border-color: #983999;
}
.TagClassName
{
border-color: #983999;
}
</style>