Shades of Vivid Violet #982B9D
Tints of Vivid Violet #982B9D
RGB
CMYK
RGB Variations
Color information
#982B9D (or 0x982B9D) is known color: Vivid Violet. HEX triplet: 98, 2B and 9D. RGB value is (152,43,157). Sum of RGB (Red+Green+Blue) = 152+43+157=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 43 (17.19% from 255 or 12.22% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 157 - color contains mainly: blue. Hex color #982B9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982B9D is #67D462. Grayscale: #585858. Windows color (decimal): -6804579 or 10300312. OLE color: 10300312.
HSL color Cylindrical-coordinate representation of color #982B9D: hue angle of 297.37º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #982B9D is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 43 | 157 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.38 |
| HSL | 297.37º | 0.57% | 0.39% | - |
| HSV(B) | 297.37º | 0.73% | 0.62% | - |
| XYZ | 19.9 | 10.84 | 32.94 | - |
| YUV | 88.59 | 166.61 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 43 | 157 | 0.03 | 0.73 | 0 | 0.38 | 297.37 | 0.57 | 0.39 |
| Hex | 98 | 2B | 9D | 3 | 49 | 0 | 26 | 129 | 39 | 27 |
| Octal | 230 | 53 | 235 | 3 | 111 | 0 | 46 | 451 | 71 | 47 |
| Binary | 10011000 | 101011 | 10011101 | 11 | 1001001 | 0 | 100110 | 100101001 | 111001 | 100111 |
Color Harmonies of #982B9D
Complementary color
Monochromatic Colors of #982B9D
Black with #982B9D
Text Example
Text Example
White with #982B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982B9D; }
p { color: rgb(152,43,157); }
H1.HeaderClassName
{
color: #982B9D;
}
.AnyTagClassName
{
color: #982B9D;
}
</style>
background-color css
<style>
a { background-color: #982B9D; }
a { background-color: rgb(152,43,157); }
div.DivClassName
{
background-color: #982B9D;
}
.BgClassName
{
background-color: #982B9D;
}
</style>
border-color css
<style>
span { border-color: #982B9D; }
span { border-color: rgb(152,43,157); }
td.TdClassName
{
border-color: #982B9D;
}
.TagClassName
{
border-color: #982B9D;
}
</style>