Shades of Dark Violet #980AAF
Tints of Dark Violet #980AAF
RGB
CMYK
RGB Variations
Color information
#980AAF (or 0x980AAF) is known color: Dark Violet. HEX triplet: 98, 0A and AF. RGB value is (152,10,175). Sum of RGB (Red+Green+Blue) = 152+10+175=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 10 (4.30% from 255 or 2.97% from 337); Blue value is 175 (68.75% from 255 or 51.93% from 337); Max value from RGB is 175 - color contains mainly: blue. Hex color #980AAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980AAF is #67F550. Grayscale: #464646. Windows color (decimal): -6813009 or 11471512. OLE color: 11471512.
HSL color Cylindrical-coordinate representation of color #980AAF: hue angle of 291.64º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980AAF is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 10 | 175 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.31 |
| HSL | 291.64º | 0.89% | 0.36% | - |
| HSV(B) | 291.64º | 0.94% | 0.69% | - |
| XYZ | 20.8 | 9.99 | 41.39 | - |
| YUV | 71.27 | 186.54 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 10 | 175 | 0.13 | 0.94 | 0 | 0.31 | 291.64 | 0.89 | 0.36 |
| Hex | 98 | A | AF | D | 5E | 0 | 1F | 124 | 59 | 24 |
| Octal | 230 | 12 | 257 | 15 | 136 | 0 | 37 | 444 | 131 | 44 |
| Binary | 10011000 | 1010 | 10101111 | 1101 | 1011110 | 0 | 11111 | 100100100 | 1011001 | 100100 |
Color Harmonies of #980AAF
Complementary color
Monochromatic Colors of #980AAF
Black with #980AAF
Text Example
Text Example
White with #980AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980AAF; }
p { color: rgb(152,10,175); }
H1.HeaderClassName
{
color: #980AAF;
}
.AnyTagClassName
{
color: #980AAF;
}
</style>
background-color css
<style>
a { background-color: #980AAF; }
a { background-color: rgb(152,10,175); }
div.DivClassName
{
background-color: #980AAF;
}
.BgClassName
{
background-color: #980AAF;
}
</style>
border-color css
<style>
span { border-color: #980AAF; }
span { border-color: rgb(152,10,175); }
td.TdClassName
{
border-color: #980AAF;
}
.TagClassName
{
border-color: #980AAF;
}
</style>