Shades of Dark Violet #980ADA
Tints of Dark Violet #980ADA
RGB
CMYK
RGB Variations
Color information
#980ADA (or 0x980ADA) is known color: Dark Violet. HEX triplet: 98, 0A and DA. RGB value is (152,10,218). Sum of RGB (Red+Green+Blue) = 152+10+218=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 10 (4.30% from 255 or 2.63% from 380); Blue value is 218 (85.55% from 255 or 57.37% from 380); Max value from RGB is 218 - color contains mainly: blue. Hex color #980ADA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980ADA is #67F525. Grayscale: #4B4B4B. Windows color (decimal): -6812966 or 14289560. OLE color: 14289560.
HSL color Cylindrical-coordinate representation of color #980ADA: hue angle of 280.96º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980ADA is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 10 | 218 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.15 |
| HSL | 280.96º | 0.91% | 0.45% | - |
| HSV(B) | 280.96º | 0.95% | 0.85% | - |
| XYZ | 25.71 | 11.95 | 67.28 | - |
| YUV | 76.17 | 208.04 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 10 | 218 | 0.30 | 0.95 | 0 | 0.15 | 280.96 | 0.91 | 0.45 |
| Hex | 98 | A | DA | 1E | 5F | 0 | F | 119 | 5B | 2D |
| Octal | 230 | 12 | 332 | 36 | 137 | 0 | 17 | 431 | 133 | 55 |
| Binary | 10011000 | 1010 | 11011010 | 11110 | 1011111 | 0 | 1111 | 100011001 | 1011011 | 101101 |
Color Harmonies of #980ADA
Complementary color
Monochromatic Colors of #980ADA
Black with #980ADA
Text Example
Text Example
White with #980ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980ADA; }
p { color: rgb(152,10,218); }
H1.HeaderClassName
{
color: #980ADA;
}
.AnyTagClassName
{
color: #980ADA;
}
</style>
background-color css
<style>
a { background-color: #980ADA; }
a { background-color: rgb(152,10,218); }
div.DivClassName
{
background-color: #980ADA;
}
.BgClassName
{
background-color: #980ADA;
}
</style>
border-color css
<style>
span { border-color: #980ADA; }
span { border-color: rgb(152,10,218); }
td.TdClassName
{
border-color: #980ADA;
}
.TagClassName
{
border-color: #980ADA;
}
</style>