Shades of Dark Violet #980CCE
Tints of Dark Violet #980CCE
RGB
CMYK
RGB Variations
Color information
#980CCE (or 0x980CCE) is known color: Dark Violet. HEX triplet: 98, 0C and CE. RGB value is (152,12,206). Sum of RGB (Red+Green+Blue) = 152+12+206=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 12 (5.08% from 255 or 3.24% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #980CCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980CCE is #67F331. Grayscale: #4B4B4B. Windows color (decimal): -6812466 or 13503640. OLE color: 13503640.
HSL color Cylindrical-coordinate representation of color #980CCE: hue angle of 283.3º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980CCE is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 12 | 206 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.19 |
| HSL | 283.3º | 0.89% | 0.43% | - |
| HSV(B) | 283.3º | 0.94% | 0.81% | - |
| XYZ | 24.22 | 11.39 | 59.32 | - |
| YUV | 75.98 | 201.38 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 12 | 206 | 0.26 | 0.94 | 0 | 0.19 | 283.3 | 0.89 | 0.43 |
| Hex | 98 | C | CE | 1A | 5E | 0 | 13 | 11B | 59 | 2B |
| Octal | 230 | 14 | 316 | 32 | 136 | 0 | 23 | 433 | 131 | 53 |
| Binary | 10011000 | 1100 | 11001110 | 11010 | 1011110 | 0 | 10011 | 100011011 | 1011001 | 101011 |
Color Harmonies of #980CCE
Complementary color
Monochromatic Colors of #980CCE
Black with #980CCE
Text Example
Text Example
White with #980CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980CCE; }
p { color: rgb(152,12,206); }
H1.HeaderClassName
{
color: #980CCE;
}
.AnyTagClassName
{
color: #980CCE;
}
</style>
background-color css
<style>
a { background-color: #980CCE; }
a { background-color: rgb(152,12,206); }
div.DivClassName
{
background-color: #980CCE;
}
.BgClassName
{
background-color: #980CCE;
}
</style>
border-color css
<style>
span { border-color: #980CCE; }
span { border-color: rgb(152,12,206); }
td.TdClassName
{
border-color: #980CCE;
}
.TagClassName
{
border-color: #980CCE;
}
</style>