Shades of Dark Violet #980DBE
Tints of Dark Violet #980DBE
RGB
CMYK
RGB Variations
Color information
#980DBE (or 0x980DBE) is known color: Dark Violet. HEX triplet: 98, 0D and BE. RGB value is (152,13,190). Sum of RGB (Red+Green+Blue) = 152+13+190=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 13 (5.47% from 255 or 3.66% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #980DBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980DBE is #67F241. Grayscale: #4A4A4A. Windows color (decimal): -6812226 or 12455320. OLE color: 12455320.
HSL color Cylindrical-coordinate representation of color #980DBE: hue angle of 287.12º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980DBE is Cyan = 0.2, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 13 | 190 | - |
| CMYK | 0.2 | 0.93 | 0 | 0.25 |
| HSL | 287.12º | 0.87% | 0.4% | - |
| HSV(B) | 287.12º | 0.93% | 0.75% | - |
| XYZ | 22.39 | 10.68 | 49.6 | - |
| YUV | 74.74 | 193.05 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 13 | 190 | 0.2 | 0.93 | 0 | 0.25 | 287.12 | 0.87 | 0.4 |
| Hex | 98 | D | BE | 14 | 5D | 0 | 19 | 11F | 57 | 28 |
| Octal | 230 | 15 | 276 | 24 | 135 | 0 | 31 | 437 | 127 | 50 |
| Binary | 10011000 | 1101 | 10111110 | 10100 | 1011101 | 0 | 11001 | 100011111 | 1010111 | 101000 |
Color Harmonies of #980DBE
Complementary color
Monochromatic Colors of #980DBE
Black with #980DBE
Text Example
Text Example
White with #980DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980DBE; }
p { color: rgb(152,13,190); }
H1.HeaderClassName
{
color: #980DBE;
}
.AnyTagClassName
{
color: #980DBE;
}
</style>
background-color css
<style>
a { background-color: #980DBE; }
a { background-color: rgb(152,13,190); }
div.DivClassName
{
background-color: #980DBE;
}
.BgClassName
{
background-color: #980DBE;
}
</style>
border-color css
<style>
span { border-color: #980DBE; }
span { border-color: rgb(152,13,190); }
td.TdClassName
{
border-color: #980DBE;
}
.TagClassName
{
border-color: #980DBE;
}
</style>