Shades of Dark Violet #980CEC
Tints of Dark Violet #980CEC
RGB
CMYK
RGB Variations
Color information
#980CEC (or 0x980CEC) is known color: Dark Violet. HEX triplet: 98, 0C and EC. RGB value is (152,12,236). Sum of RGB (Red+Green+Blue) = 152+12+236=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 12 (5.08% from 255 or 3% from 400); Blue value is 236 (92.58% from 255 or 59% from 400); Max value from RGB is 236 - color contains mainly: blue. Hex color #980CEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #980CEC is #67F313. Grayscale: #4E4E4E. Windows color (decimal): -6812436 or 15469720. OLE color: 15469720.
HSL color Cylindrical-coordinate representation of color #980CEC: hue angle of 277.5º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980CEC is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 12 | 236 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.07 |
| HSL | 277.5º | 0.9% | 0.49% | - |
| HSV(B) | 277.5º | 0.95% | 0.93% | - |
| XYZ | 28.22 | 12.99 | 80.38 | - |
| YUV | 79.4 | 216.38 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 12 | 236 | 0.36 | 0.95 | 0 | 0.07 | 277.5 | 0.9 | 0.49 |
| Hex | 98 | C | EC | 24 | 5F | 0 | 7 | 116 | 5A | 31 |
| Octal | 230 | 14 | 354 | 44 | 137 | 0 | 7 | 426 | 132 | 61 |
| Binary | 10011000 | 1100 | 11101100 | 100100 | 1011111 | 0 | 111 | 100010110 | 1011010 | 110001 |
Color Harmonies of #980CEC
Complementary color
Monochromatic Colors of #980CEC
Black with #980CEC
Text Example
Text Example
White with #980CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980CEC; }
p { color: rgb(152,12,236); }
H1.HeaderClassName
{
color: #980CEC;
}
.AnyTagClassName
{
color: #980CEC;
}
</style>
background-color css
<style>
a { background-color: #980CEC; }
a { background-color: rgb(152,12,236); }
div.DivClassName
{
background-color: #980CEC;
}
.BgClassName
{
background-color: #980CEC;
}
</style>
border-color css
<style>
span { border-color: #980CEC; }
span { border-color: rgb(152,12,236); }
td.TdClassName
{
border-color: #980CEC;
}
.TagClassName
{
border-color: #980CEC;
}
</style>