Shades of Dark Violet #980CB7
Tints of Dark Violet #980CB7
RGB
CMYK
RGB Variations
Color information
#980CB7 (or 0x980CB7) is known color: Dark Violet. HEX triplet: 98, 0C and B7. RGB value is (152,12,183). Sum of RGB (Red+Green+Blue) = 152+12+183=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 12 (5.08% from 255 or 3.46% from 347); Blue value is 183 (71.88% from 255 or 52.74% from 347); Max value from RGB is 183 - color contains mainly: blue. Hex color #980CB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980CB7 is #67F348. Grayscale: #484848. Windows color (decimal): -6812489 or 11996312. OLE color: 11996312.
HSL color Cylindrical-coordinate representation of color #980CB7: hue angle of 289.12º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980CB7 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 152 | 12 | 183 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.28 |
| HSL | 289.12º | 0.88% | 0.38% | - |
| HSV(B) | 289.12º | 0.93% | 0.72% | - |
| XYZ | 21.63 | 10.36 | 45.66 | - |
| YUV | 73.35 | 189.88 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 12 | 183 | 0.17 | 0.93 | 0 | 0.28 | 289.12 | 0.88 | 0.38 |
| Hex | 98 | C | B7 | 11 | 5D | 0 | 1C | 121 | 58 | 26 |
| Octal | 230 | 14 | 267 | 21 | 135 | 0 | 34 | 441 | 130 | 46 |
| Binary | 10011000 | 1100 | 10110111 | 10001 | 1011101 | 0 | 11100 | 100100001 | 1011000 | 100110 |
Color Harmonies of #980CB7
Complementary color
Monochromatic Colors of #980CB7
Black with #980CB7
Text Example
Text Example
White with #980CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980CB7; }
p { color: rgb(152,12,183); }
H1.HeaderClassName
{
color: #980CB7;
}
.AnyTagClassName
{
color: #980CB7;
}
</style>
background-color css
<style>
a { background-color: #980CB7; }
a { background-color: rgb(152,12,183); }
div.DivClassName
{
background-color: #980CB7;
}
.BgClassName
{
background-color: #980CB7;
}
</style>
border-color css
<style>
span { border-color: #980CB7; }
span { border-color: rgb(152,12,183); }
td.TdClassName
{
border-color: #980CB7;
}
.TagClassName
{
border-color: #980CB7;
}
</style>