Shades of Dark Violet #980FCF
Tints of Dark Violet #980FCF
RGB
CMYK
RGB Variations
Color information
#980FCF (or 0x980FCF) is known color: Dark Violet. HEX triplet: 98, 0F and CF. RGB value is (152,15,207). Sum of RGB (Red+Green+Blue) = 152+15+207=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 15 (6.25% from 255 or 4.01% from 374); Blue value is 207 (81.25% from 255 or 55.35% from 374); Max value from RGB is 207 - color contains mainly: blue. Hex color #980FCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980FCF is #67F030. Grayscale: #4D4D4D. Windows color (decimal): -6811697 or 13569944. OLE color: 13569944.
HSL color Cylindrical-coordinate representation of color #980FCF: hue angle of 282.81º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980FCF is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 15 | 207 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.19 |
| HSL | 282.81º | 0.86% | 0.44% | - |
| HSV(B) | 282.81º | 0.93% | 0.81% | - |
| XYZ | 24.38 | 11.52 | 59.97 | - |
| YUV | 77.85 | 200.89 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 15 | 207 | 0.27 | 0.93 | 0 | 0.19 | 282.81 | 0.86 | 0.44 |
| Hex | 98 | F | CF | 1B | 5D | 0 | 13 | 11B | 56 | 2C |
| Octal | 230 | 17 | 317 | 33 | 135 | 0 | 23 | 433 | 126 | 54 |
| Binary | 10011000 | 1111 | 11001111 | 11011 | 1011101 | 0 | 10011 | 100011011 | 1010110 | 101100 |
Color Harmonies of #980FCF
Complementary color
Monochromatic Colors of #980FCF
Black with #980FCF
Text Example
Text Example
White with #980FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980FCF; }
p { color: rgb(152,15,207); }
H1.HeaderClassName
{
color: #980FCF;
}
.AnyTagClassName
{
color: #980FCF;
}
</style>
background-color css
<style>
a { background-color: #980FCF; }
a { background-color: rgb(152,15,207); }
div.DivClassName
{
background-color: #980FCF;
}
.BgClassName
{
background-color: #980FCF;
}
</style>
border-color css
<style>
span { border-color: #980FCF; }
span { border-color: rgb(152,15,207); }
td.TdClassName
{
border-color: #980FCF;
}
.TagClassName
{
border-color: #980FCF;
}
</style>