Shades of Vivid Violet #982C93
Tints of Vivid Violet #982C93
RGB
CMYK
RGB Variations
Color information
#982C93 (or 0x982C93) is known color: Vivid Violet. HEX triplet: 98, 2C and 93. RGB value is (152,44,147). Sum of RGB (Red+Green+Blue) = 152+44+147=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 44 (17.58% from 255 or 12.83% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 152 - color contains mainly: red. Hex color #982C93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982C93 is #67D36C. Grayscale: #575757. Windows color (decimal): -6804333 or 9645208. OLE color: 9645208.
HSL color Cylindrical-coordinate representation of color #982C93: hue angle of 302.78º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #982C93 is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 44 | 147 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.40 |
| HSL | 302.78º | 0.55% | 0.38% | - |
| HSV(B) | 302.78º | 0.71% | 0.6% | - |
| XYZ | 19.12 | 10.58 | 28.64 | - |
| YUV | 88.03 | 161.28 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 44 | 147 | 0 | 0.71 | 0.03 | 0.40 | 302.78 | 0.55 | 0.38 |
| Hex | 98 | 2C | 93 | 0 | 47 | 3 | 28 | 12F | 37 | 26 |
| Octal | 230 | 54 | 223 | 0 | 107 | 3 | 50 | 457 | 67 | 46 |
| Binary | 10011000 | 101100 | 10010011 | 0 | 1000111 | 11 | 101000 | 100101111 | 110111 | 100110 |
Color Harmonies of #982C93
Complementary color
Monochromatic Colors of #982C93
Black with #982C93
Text Example
Text Example
White with #982C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982C93; }
p { color: rgb(152,44,147); }
H1.HeaderClassName
{
color: #982C93;
}
.AnyTagClassName
{
color: #982C93;
}
</style>
background-color css
<style>
a { background-color: #982C93; }
a { background-color: rgb(152,44,147); }
div.DivClassName
{
background-color: #982C93;
}
.BgClassName
{
background-color: #982C93;
}
</style>
border-color css
<style>
span { border-color: #982C93; }
span { border-color: rgb(152,44,147); }
td.TdClassName
{
border-color: #982C93;
}
.TagClassName
{
border-color: #982C93;
}
</style>