Shades of Dark Violet #980AB5
Tints of Dark Violet #980AB5
RGB
CMYK
RGB Variations
Color information
#980AB5 (or 0x980AB5) is known color: Dark Violet. HEX triplet: 98, 0A and B5. RGB value is (152,10,181). Sum of RGB (Red+Green+Blue) = 152+10+181=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 10 (4.30% from 255 or 2.92% from 343); Blue value is 181 (71.09% from 255 or 52.77% from 343); Max value from RGB is 181 - color contains mainly: blue. Hex color #980AB5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980AB5 is #67F54A. Grayscale: #474747. Windows color (decimal): -6813003 or 11864728. OLE color: 11864728.
HSL color Cylindrical-coordinate representation of color #980AB5: hue angle of 289.82º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980AB5 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 152 | 10 | 181 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.29 |
| HSL | 289.82º | 0.9% | 0.37% | - |
| HSV(B) | 289.82º | 0.94% | 0.71% | - |
| XYZ | 21.4 | 10.23 | 44.56 | - |
| YUV | 71.95 | 189.54 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 10 | 181 | 0.16 | 0.94 | 0 | 0.29 | 289.82 | 0.9 | 0.37 |
| Hex | 98 | A | B5 | 10 | 5E | 0 | 1D | 122 | 5A | 25 |
| Octal | 230 | 12 | 265 | 20 | 136 | 0 | 35 | 442 | 132 | 45 |
| Binary | 10011000 | 1010 | 10110101 | 10000 | 1011110 | 0 | 11101 | 100100010 | 1011010 | 100101 |
Color Harmonies of #980AB5
Complementary color
Monochromatic Colors of #980AB5
Black with #980AB5
Text Example
Text Example
White with #980AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980AB5; }
p { color: rgb(152,10,181); }
H1.HeaderClassName
{
color: #980AB5;
}
.AnyTagClassName
{
color: #980AB5;
}
</style>
background-color css
<style>
a { background-color: #980AB5; }
a { background-color: rgb(152,10,181); }
div.DivClassName
{
background-color: #980AB5;
}
.BgClassName
{
background-color: #980AB5;
}
</style>
border-color css
<style>
span { border-color: #980AB5; }
span { border-color: rgb(152,10,181); }
td.TdClassName
{
border-color: #980AB5;
}
.TagClassName
{
border-color: #980AB5;
}
</style>