Shades of Dark Violet #980CF8
Tints of Dark Violet #980CF8
RGB
CMYK
RGB Variations
Color information
#980CF8 (or 0x980CF8) is known color: Dark Violet. HEX triplet: 98, 0C and F8. RGB value is (152,12,248). Sum of RGB (Red+Green+Blue) = 152+12+248=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 12 (5.08% from 255 or 2.91% from 412); Blue value is 248 (97.27% from 255 or 60.19% from 412); Max value from RGB is 248 - color contains mainly: blue. Hex color #980CF8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #980CF8 is #67F307. Grayscale: #4F4F4F. Windows color (decimal): -6812424 or 16256152. OLE color: 16256152.
HSL color Cylindrical-coordinate representation of color #980CF8: hue angle of 275.59º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980CF8 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 152 | 12 | 248 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.03 |
| HSL | 275.59º | 0.94% | 0.51% | - |
| HSV(B) | 275.59º | 0.95% | 0.97% | - |
| XYZ | 30.02 | 13.72 | 89.87 | - |
| YUV | 80.76 | 222.38 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 12 | 248 | 0.39 | 0.95 | 0 | 0.03 | 275.59 | 0.94 | 0.51 |
| Hex | 98 | C | F8 | 27 | 5F | 0 | 3 | 114 | 5E | 33 |
| Octal | 230 | 14 | 370 | 47 | 137 | 0 | 3 | 424 | 136 | 63 |
| Binary | 10011000 | 1100 | 11111000 | 100111 | 1011111 | 0 | 11 | 100010100 | 1011110 | 110011 |
Color Harmonies of #980CF8
Complementary color
Monochromatic Colors of #980CF8
Black with #980CF8
Text Example
Text Example
White with #980CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980CF8; }
p { color: rgb(152,12,248); }
H1.HeaderClassName
{
color: #980CF8;
}
.AnyTagClassName
{
color: #980CF8;
}
</style>
background-color css
<style>
a { background-color: #980CF8; }
a { background-color: rgb(152,12,248); }
div.DivClassName
{
background-color: #980CF8;
}
.BgClassName
{
background-color: #980CF8;
}
</style>
border-color css
<style>
span { border-color: #980CF8; }
span { border-color: rgb(152,12,248); }
td.TdClassName
{
border-color: #980CF8;
}
.TagClassName
{
border-color: #980CF8;
}
</style>