Shades of Dark Violet #980FCC
Tints of Dark Violet #980FCC
RGB
CMYK
RGB Variations
Color information
#980FCC (or 0x980FCC) is known color: Dark Violet. HEX triplet: 98, 0F and CC. RGB value is (152,15,204). Sum of RGB (Red+Green+Blue) = 152+15+204=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #980FCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980FCC is #67F033. Grayscale: #4C4C4C. Windows color (decimal): -6811700 or 13373336. OLE color: 13373336.
HSL color Cylindrical-coordinate representation of color #980FCC: hue angle of 283.49º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980FCC is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 152 | 15 | 204 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.2 |
| HSL | 283.49º | 0.86% | 0.43% | - |
| HSV(B) | 283.49º | 0.93% | 0.8% | - |
| XYZ | 24.02 | 11.38 | 58.06 | - |
| YUV | 77.51 | 199.39 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 15 | 204 | 0.25 | 0.93 | 0 | 0.2 | 283.49 | 0.86 | 0.43 |
| Hex | 98 | F | CC | 19 | 5D | 0 | 14 | 11B | 56 | 2B |
| Octal | 230 | 17 | 314 | 31 | 135 | 0 | 24 | 433 | 126 | 53 |
| Binary | 10011000 | 1111 | 11001100 | 11001 | 1011101 | 0 | 10100 | 100011011 | 1010110 | 101011 |
Color Harmonies of #980FCC
Complementary color
Monochromatic Colors of #980FCC
Black with #980FCC
Text Example
Text Example
White with #980FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980FCC; }
p { color: rgb(152,15,204); }
H1.HeaderClassName
{
color: #980FCC;
}
.AnyTagClassName
{
color: #980FCC;
}
</style>
background-color css
<style>
a { background-color: #980FCC; }
a { background-color: rgb(152,15,204); }
div.DivClassName
{
background-color: #980FCC;
}
.BgClassName
{
background-color: #980FCC;
}
</style>
border-color css
<style>
span { border-color: #980FCC; }
span { border-color: rgb(152,15,204); }
td.TdClassName
{
border-color: #980FCC;
}
.TagClassName
{
border-color: #980FCC;
}
</style>