Shades of Dark Violet #980AC0
Tints of Dark Violet #980AC0
RGB
CMYK
RGB Variations
Color information
#980AC0 (or 0x980AC0) is known color: Dark Violet. HEX triplet: 98, 0A and C0. RGB value is (152,10,192). Sum of RGB (Red+Green+Blue) = 152+10+192=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 192 (75.39% from 255 or 54.24% from 354); Max value from RGB is 192 - color contains mainly: blue. Hex color #980AC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980AC0 is #67F53F. Grayscale: #484848. Windows color (decimal): -6812992 or 12585624. OLE color: 12585624.
HSL color Cylindrical-coordinate representation of color #980AC0: hue angle of 286.81º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980AC0 is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 10 | 192 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.25 |
| HSL | 286.81º | 0.9% | 0.4% | - |
| HSV(B) | 286.81º | 0.95% | 0.75% | - |
| XYZ | 22.57 | 10.7 | 50.74 | - |
| YUV | 73.21 | 195.04 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 10 | 192 | 0.21 | 0.95 | 0 | 0.25 | 286.81 | 0.9 | 0.4 |
| Hex | 98 | A | C0 | 15 | 5F | 0 | 19 | 11F | 5A | 28 |
| Octal | 230 | 12 | 300 | 25 | 137 | 0 | 31 | 437 | 132 | 50 |
| Binary | 10011000 | 1010 | 11000000 | 10101 | 1011111 | 0 | 11001 | 100011111 | 1011010 | 101000 |
Color Harmonies of #980AC0
Complementary color
Monochromatic Colors of #980AC0
Black with #980AC0
Text Example
Text Example
White with #980AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980AC0; }
p { color: rgb(152,10,192); }
H1.HeaderClassName
{
color: #980AC0;
}
.AnyTagClassName
{
color: #980AC0;
}
</style>
background-color css
<style>
a { background-color: #980AC0; }
a { background-color: rgb(152,10,192); }
div.DivClassName
{
background-color: #980AC0;
}
.BgClassName
{
background-color: #980AC0;
}
</style>
border-color css
<style>
span { border-color: #980AC0; }
span { border-color: rgb(152,10,192); }
td.TdClassName
{
border-color: #980AC0;
}
.TagClassName
{
border-color: #980AC0;
}
</style>