Shades of Vivid Violet #982B99
Tints of Vivid Violet #982B99
RGB
CMYK
RGB Variations
Color information
#982B99 (or 0x982B99) is known color: Vivid Violet. HEX triplet: 98, 2B and 99. RGB value is (152,43,153). Sum of RGB (Red+Green+Blue) = 152+43+153=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 43 (17.19% from 255 or 12.36% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 153 - color contains mainly: blue. Hex color #982B99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982B99 is #67D466. Grayscale: #575757. Windows color (decimal): -6804583 or 10038168. OLE color: 10038168.
HSL color Cylindrical-coordinate representation of color #982B99: hue angle of 299.45º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #982B99 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 152 | 43 | 153 | - |
| CMYK | 0.01 | 0.72 | 0 | 0.4 |
| HSL | 299.45º | 0.56% | 0.38% | - |
| HSV(B) | 299.45º | 0.72% | 0.6% | - |
| XYZ | 19.56 | 10.7 | 31.17 | - |
| YUV | 88.13 | 164.61 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 43 | 153 | 0.01 | 0.72 | 0 | 0.4 | 299.45 | 0.56 | 0.38 |
| Hex | 98 | 2B | 99 | 1 | 48 | 0 | 28 | 12B | 38 | 26 |
| Octal | 230 | 53 | 231 | 1 | 110 | 0 | 50 | 453 | 70 | 46 |
| Binary | 10011000 | 101011 | 10011001 | 1 | 1001000 | 0 | 101000 | 100101011 | 111000 | 100110 |
Color Harmonies of #982B99
Complementary color
Monochromatic Colors of #982B99
Black with #982B99
Text Example
Text Example
White with #982B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982B99; }
p { color: rgb(152,43,153); }
H1.HeaderClassName
{
color: #982B99;
}
.AnyTagClassName
{
color: #982B99;
}
</style>
background-color css
<style>
a { background-color: #982B99; }
a { background-color: rgb(152,43,153); }
div.DivClassName
{
background-color: #982B99;
}
.BgClassName
{
background-color: #982B99;
}
</style>
border-color css
<style>
span { border-color: #982B99; }
span { border-color: rgb(152,43,153); }
td.TdClassName
{
border-color: #982B99;
}
.TagClassName
{
border-color: #982B99;
}
</style>