Shades of Vivid Violet #982F93
Tints of Vivid Violet #982F93
RGB
CMYK
RGB Variations
Color information
#982F93 (or 0x982F93) is known color: Vivid Violet. HEX triplet: 98, 2F and 93. RGB value is (152,47,147). Sum of RGB (Red+Green+Blue) = 152+47+147=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 47 (18.75% from 255 or 13.58% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #982F93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982F93 is #67D06C. Grayscale: #595959. Windows color (decimal): -6803565 or 9645976. OLE color: 9645976.
HSL color Cylindrical-coordinate representation of color #982F93: hue angle of 302.86º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #982F93 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 47 | 147 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.40 |
| HSL | 302.86º | 0.53% | 0.39% | - |
| HSV(B) | 302.86º | 0.69% | 0.6% | - |
| XYZ | 19.23 | 10.82 | 28.68 | - |
| YUV | 89.8 | 160.29 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 47 | 147 | 0 | 0.69 | 0.03 | 0.40 | 302.86 | 0.53 | 0.39 |
| Hex | 98 | 2F | 93 | 0 | 45 | 3 | 28 | 12F | 35 | 27 |
| Octal | 230 | 57 | 223 | 0 | 105 | 3 | 50 | 457 | 65 | 47 |
| Binary | 10011000 | 101111 | 10010011 | 0 | 1000101 | 11 | 101000 | 100101111 | 110101 | 100111 |
Color Harmonies of #982F93
Complementary color
Monochromatic Colors of #982F93
Black with #982F93
Text Example
Text Example
White with #982F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982F93; }
p { color: rgb(152,47,147); }
H1.HeaderClassName
{
color: #982F93;
}
.AnyTagClassName
{
color: #982F93;
}
</style>
background-color css
<style>
a { background-color: #982F93; }
a { background-color: rgb(152,47,147); }
div.DivClassName
{
background-color: #982F93;
}
.BgClassName
{
background-color: #982F93;
}
</style>
border-color css
<style>
span { border-color: #982F93; }
span { border-color: rgb(152,47,147); }
td.TdClassName
{
border-color: #982F93;
}
.TagClassName
{
border-color: #982F93;
}
</style>