Shades of Vivid Violet #982FAA
Tints of Vivid Violet #982FAA
RGB
CMYK
RGB Variations
Color information
#982FAA (or 0x982FAA) is known color: Vivid Violet. HEX triplet: 98, 2F and AA. RGB value is (152,47,170). Sum of RGB (Red+Green+Blue) = 152+47+170=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 47 (18.75% from 255 or 12.74% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #982FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982FAA is #67D055. Grayscale: #5C5C5C. Windows color (decimal): -6803542 or 11153304. OLE color: 11153304.
HSL color Cylindrical-coordinate representation of color #982FAA: hue angle of 291.22º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #982FAA is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 47 | 170 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.33 |
| HSL | 291.22º | 0.57% | 0.43% | - |
| HSV(B) | 291.22º | 0.72% | 0.67% | - |
| XYZ | 21.22 | 11.61 | 39.15 | - |
| YUV | 92.42 | 171.79 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 47 | 170 | 0.11 | 0.72 | 0 | 0.33 | 291.22 | 0.57 | 0.43 |
| Hex | 98 | 2F | AA | B | 48 | 0 | 21 | 123 | 39 | 2B |
| Octal | 230 | 57 | 252 | 13 | 110 | 0 | 41 | 443 | 71 | 53 |
| Binary | 10011000 | 101111 | 10101010 | 1011 | 1001000 | 0 | 100001 | 100100011 | 111001 | 101011 |
Color Harmonies of #982FAA
Complementary color
Monochromatic Colors of #982FAA
Black with #982FAA
Text Example
Text Example
White with #982FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982FAA; }
p { color: rgb(152,47,170); }
H1.HeaderClassName
{
color: #982FAA;
}
.AnyTagClassName
{
color: #982FAA;
}
</style>
background-color css
<style>
a { background-color: #982FAA; }
a { background-color: rgb(152,47,170); }
div.DivClassName
{
background-color: #982FAA;
}
.BgClassName
{
background-color: #982FAA;
}
</style>
border-color css
<style>
span { border-color: #982FAA; }
span { border-color: rgb(152,47,170); }
td.TdClassName
{
border-color: #982FAA;
}
.TagClassName
{
border-color: #982FAA;
}
</style>