Shades of Dark Violet #980AC1
Tints of Dark Violet #980AC1
RGB
CMYK
RGB Variations
Color information
#980AC1 (or 0x980AC1) is known color: Dark Violet. HEX triplet: 98, 0A and C1. RGB value is (152,10,193). Sum of RGB (Red+Green+Blue) = 152+10+193=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 10 (4.30% from 255 or 2.82% from 355); Blue value is 193 (75.78% from 255 or 54.37% from 355); Max value from RGB is 193 - color contains mainly: blue. Hex color #980AC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980AC1 is #67F53E. Grayscale: #484848. Windows color (decimal): -6812991 or 12651160. OLE color: 12651160.
HSL color Cylindrical-coordinate representation of color #980AC1: hue angle of 286.56º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980AC1 is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 10 | 193 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.24 |
| HSL | 286.56º | 0.9% | 0.4% | - |
| HSV(B) | 286.56º | 0.95% | 0.76% | - |
| XYZ | 22.68 | 10.74 | 51.33 | - |
| YUV | 73.32 | 195.54 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 10 | 193 | 0.21 | 0.95 | 0 | 0.24 | 286.56 | 0.9 | 0.4 |
| Hex | 98 | A | C1 | 15 | 5F | 0 | 18 | 11F | 5A | 28 |
| Octal | 230 | 12 | 301 | 25 | 137 | 0 | 30 | 437 | 132 | 50 |
| Binary | 10011000 | 1010 | 11000001 | 10101 | 1011111 | 0 | 11000 | 100011111 | 1011010 | 101000 |
Color Harmonies of #980AC1
Complementary color
Monochromatic Colors of #980AC1
Black with #980AC1
Text Example
Text Example
White with #980AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980AC1; }
p { color: rgb(152,10,193); }
H1.HeaderClassName
{
color: #980AC1;
}
.AnyTagClassName
{
color: #980AC1;
}
</style>
background-color css
<style>
a { background-color: #980AC1; }
a { background-color: rgb(152,10,193); }
div.DivClassName
{
background-color: #980AC1;
}
.BgClassName
{
background-color: #980AC1;
}
</style>
border-color css
<style>
span { border-color: #980AC1; }
span { border-color: rgb(152,10,193); }
td.TdClassName
{
border-color: #980AC1;
}
.TagClassName
{
border-color: #980AC1;
}
</style>