Shades of Vivid Violet #982B98
Tints of Vivid Violet #982B98
RGB
CMYK
RGB Variations
Color information
#982B98 (or 0x982B98) is known color: Vivid Violet. HEX triplet: 98, 2B and 98. RGB value is (152,43,152). Sum of RGB (Red+Green+Blue) = 152+43+152=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 43 (17.19% from 255 or 12.39% from 347); Blue value is 152 (59.77% from 255 or 43.80% from 347); Max value from RGB is 152 - color contains mainly: red, blue. Hex color #982B98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982B98 is #67D467. Grayscale: #575757. Windows color (decimal): -6804584 or 9972632. OLE color: 9972632.
HSL color Cylindrical-coordinate representation of color #982B98: hue angle of 300º 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 #982B98 is Cyan = 0, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 43 | 152 | - |
| CMYK | 0 | 0.72 | 0 | 0.40 |
| HSL | 300º | 0.56% | 0.38% | - |
| HSV(B) | 300º | 0.72% | 0.6% | - |
| XYZ | 19.48 | 10.67 | 30.74 | - |
| YUV | 88.02 | 164.11 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 43 | 152 | 0 | 0.72 | 0 | 0.40 | 300 | 0.56 | 0.38 |
| Hex | 98 | 2B | 98 | 0 | 48 | 0 | 28 | 12C | 38 | 26 |
| Octal | 230 | 53 | 230 | 0 | 110 | 0 | 50 | 454 | 70 | 46 |
| Binary | 10011000 | 101011 | 10011000 | 0 | 1001000 | 0 | 101000 | 100101100 | 111000 | 100110 |
Color Harmonies of #982B98
Complementary color
Monochromatic Colors of #982B98
Black with #982B98
Text Example
Text Example
White with #982B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982B98; }
p { color: rgb(152,43,152); }
H1.HeaderClassName
{
color: #982B98;
}
.AnyTagClassName
{
color: #982B98;
}
</style>
background-color css
<style>
a { background-color: #982B98; }
a { background-color: rgb(152,43,152); }
div.DivClassName
{
background-color: #982B98;
}
.BgClassName
{
background-color: #982B98;
}
</style>
border-color css
<style>
span { border-color: #982B98; }
span { border-color: rgb(152,43,152); }
td.TdClassName
{
border-color: #982B98;
}
.TagClassName
{
border-color: #982B98;
}
</style>