Shades of Dark Violet #980CB8
Tints of Dark Violet #980CB8
RGB
CMYK
RGB Variations
Color information
#980CB8 (or 0x980CB8) is known color: Dark Violet. HEX triplet: 98, 0C and B8. RGB value is (152,12,184). Sum of RGB (Red+Green+Blue) = 152+12+184=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 184 (72.27% from 255 or 52.87% from 348); Max value from RGB is 184 - color contains mainly: blue. Hex color #980CB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980CB8 is #67F347. Grayscale: #484848. Windows color (decimal): -6812488 or 12061848. OLE color: 12061848.
HSL color Cylindrical-coordinate representation of color #980CB8: hue angle of 288.84º 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 #980CB8 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 152 | 12 | 184 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.28 |
| HSL | 288.84º | 0.88% | 0.38% | - |
| HSV(B) | 288.84º | 0.93% | 0.72% | - |
| XYZ | 21.73 | 10.4 | 46.21 | - |
| YUV | 73.47 | 190.38 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 12 | 184 | 0.17 | 0.93 | 0 | 0.28 | 288.84 | 0.88 | 0.38 |
| Hex | 98 | C | B8 | 11 | 5D | 0 | 1C | 121 | 58 | 26 |
| Octal | 230 | 14 | 270 | 21 | 135 | 0 | 34 | 441 | 130 | 46 |
| Binary | 10011000 | 1100 | 10111000 | 10001 | 1011101 | 0 | 11100 | 100100001 | 1011000 | 100110 |
Color Harmonies of #980CB8
Complementary color
Monochromatic Colors of #980CB8
Black with #980CB8
Text Example
Text Example
White with #980CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980CB8; }
p { color: rgb(152,12,184); }
H1.HeaderClassName
{
color: #980CB8;
}
.AnyTagClassName
{
color: #980CB8;
}
</style>
background-color css
<style>
a { background-color: #980CB8; }
a { background-color: rgb(152,12,184); }
div.DivClassName
{
background-color: #980CB8;
}
.BgClassName
{
background-color: #980CB8;
}
</style>
border-color css
<style>
span { border-color: #980CB8; }
span { border-color: rgb(152,12,184); }
td.TdClassName
{
border-color: #980CB8;
}
.TagClassName
{
border-color: #980CB8;
}
</style>