Shades of Dark Violet #980ADF
Tints of Dark Violet #980ADF
RGB
CMYK
RGB Variations
Color information
#980ADF (or 0x980ADF) is known color: Dark Violet. HEX triplet: 98, 0A and DF. RGB value is (152,10,223). Sum of RGB (Red+Green+Blue) = 152+10+223=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 10 (4.30% from 255 or 2.60% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #980ADF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980ADF is #67F520. Grayscale: #4C4C4C. Windows color (decimal): -6812961 or 14617240. OLE color: 14617240.
HSL color Cylindrical-coordinate representation of color #980ADF: hue angle of 280º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #980ADF is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 10 | 223 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.13 |
| HSL | 280º | 0.91% | 0.46% | - |
| HSV(B) | 280º | 0.96% | 0.87% | - |
| XYZ | 26.38 | 12.22 | 70.78 | - |
| YUV | 76.74 | 210.54 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 10 | 223 | 0.32 | 0.96 | 0 | 0.13 | 280 | 0.91 | 0.46 |
| Hex | 98 | A | DF | 20 | 60 | 0 | D | 118 | 5B | 2E |
| Octal | 230 | 12 | 337 | 40 | 140 | 0 | 15 | 430 | 133 | 56 |
| Binary | 10011000 | 1010 | 11011111 | 100000 | 1100000 | 0 | 1101 | 100011000 | 1011011 | 101110 |
Color Harmonies of #980ADF
Complementary color
Monochromatic Colors of #980ADF
Black with #980ADF
Text Example
Text Example
White with #980ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980ADF; }
p { color: rgb(152,10,223); }
H1.HeaderClassName
{
color: #980ADF;
}
.AnyTagClassName
{
color: #980ADF;
}
</style>
background-color css
<style>
a { background-color: #980ADF; }
a { background-color: rgb(152,10,223); }
div.DivClassName
{
background-color: #980ADF;
}
.BgClassName
{
background-color: #980ADF;
}
</style>
border-color css
<style>
span { border-color: #980ADF; }
span { border-color: rgb(152,10,223); }
td.TdClassName
{
border-color: #980ADF;
}
.TagClassName
{
border-color: #980ADF;
}
</style>