Shades of Dark Violet #980CBC
Tints of Dark Violet #980CBC
RGB
CMYK
RGB Variations
Color information
#980CBC (or 0x980CBC) is known color: Dark Violet. HEX triplet: 98, 0C and BC. RGB value is (152,12,188). Sum of RGB (Red+Green+Blue) = 152+12+188=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 12 (5.08% from 255 or 3.41% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #980CBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980CBC is #67F343. Grayscale: #494949. Windows color (decimal): -6812484 or 12323992. OLE color: 12323992.
HSL color Cylindrical-coordinate representation of color #980CBC: hue angle of 287.73º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980CBC is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 12 | 188 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.26 |
| HSL | 287.73º | 0.88% | 0.39% | - |
| HSV(B) | 287.73º | 0.94% | 0.74% | - |
| XYZ | 22.16 | 10.57 | 48.45 | - |
| YUV | 73.92 | 192.38 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 12 | 188 | 0.19 | 0.94 | 0 | 0.26 | 287.73 | 0.88 | 0.39 |
| Hex | 98 | C | BC | 13 | 5E | 0 | 1A | 120 | 58 | 27 |
| Octal | 230 | 14 | 274 | 23 | 136 | 0 | 32 | 440 | 130 | 47 |
| Binary | 10011000 | 1100 | 10111100 | 10011 | 1011110 | 0 | 11010 | 100100000 | 1011000 | 100111 |
Color Harmonies of #980CBC
Complementary color
Monochromatic Colors of #980CBC
Black with #980CBC
Text Example
Text Example
White with #980CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980CBC; }
p { color: rgb(152,12,188); }
H1.HeaderClassName
{
color: #980CBC;
}
.AnyTagClassName
{
color: #980CBC;
}
</style>
background-color css
<style>
a { background-color: #980CBC; }
a { background-color: rgb(152,12,188); }
div.DivClassName
{
background-color: #980CBC;
}
.BgClassName
{
background-color: #980CBC;
}
</style>
border-color css
<style>
span { border-color: #980CBC; }
span { border-color: rgb(152,12,188); }
td.TdClassName
{
border-color: #980CBC;
}
.TagClassName
{
border-color: #980CBC;
}
</style>