Shades of Dark Violet #980AB8
Tints of Dark Violet #980AB8
RGB
CMYK
RGB Variations
Color information
#980AB8 (or 0x980AB8) is known color: Dark Violet. HEX triplet: 98, 0A and B8. RGB value is (152,10,184). Sum of RGB (Red+Green+Blue) = 152+10+184=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 10 (4.30% from 255 or 2.89% from 346); Blue value is 184 (72.27% from 255 or 53.18% from 346); Max value from RGB is 184 - color contains mainly: blue. Hex color #980AB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980AB8 is #67F547. Grayscale: #474747. Windows color (decimal): -6813000 or 12061336. OLE color: 12061336.
HSL color Cylindrical-coordinate representation of color #980AB8: hue angle of 288.97º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980AB8 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 152 | 10 | 184 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.28 |
| HSL | 288.97º | 0.9% | 0.38% | - |
| HSV(B) | 288.97º | 0.95% | 0.72% | - |
| XYZ | 21.71 | 10.35 | 46.2 | - |
| YUV | 72.29 | 191.04 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 10 | 184 | 0.17 | 0.95 | 0 | 0.28 | 288.97 | 0.9 | 0.38 |
| Hex | 98 | A | B8 | 11 | 5F | 0 | 1C | 121 | 5A | 26 |
| Octal | 230 | 12 | 270 | 21 | 137 | 0 | 34 | 441 | 132 | 46 |
| Binary | 10011000 | 1010 | 10111000 | 10001 | 1011111 | 0 | 11100 | 100100001 | 1011010 | 100110 |
Color Harmonies of #980AB8
Complementary color
Monochromatic Colors of #980AB8
Black with #980AB8
Text Example
Text Example
White with #980AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980AB8; }
p { color: rgb(152,10,184); }
H1.HeaderClassName
{
color: #980AB8;
}
.AnyTagClassName
{
color: #980AB8;
}
</style>
background-color css
<style>
a { background-color: #980AB8; }
a { background-color: rgb(152,10,184); }
div.DivClassName
{
background-color: #980AB8;
}
.BgClassName
{
background-color: #980AB8;
}
</style>
border-color css
<style>
span { border-color: #980AB8; }
span { border-color: rgb(152,10,184); }
td.TdClassName
{
border-color: #980AB8;
}
.TagClassName
{
border-color: #980AB8;
}
</style>