Shades of Dark Violet #980BD1
Tints of Dark Violet #980BD1
RGB
CMYK
RGB Variations
Color information
#980BD1 (or 0x980BD1) is known color: Dark Violet. HEX triplet: 98, 0B and D1. RGB value is (152,11,209). Sum of RGB (Red+Green+Blue) = 152+11+209=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 11 (4.69% from 255 or 2.96% from 372); Blue value is 209 (82.03% from 255 or 56.18% from 372); Max value from RGB is 209 - color contains mainly: blue. Hex color #980BD1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980BD1 is #67F42E. Grayscale: #4B4B4B. Windows color (decimal): -6812719 or 13699992. OLE color: 13699992.
HSL color Cylindrical-coordinate representation of color #980BD1: hue angle of 282.73º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980BD1 is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 11 | 209 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.18 |
| HSL | 282.73º | 0.9% | 0.43% | - |
| HSV(B) | 282.73º | 0.95% | 0.82% | - |
| XYZ | 24.58 | 11.52 | 61.25 | - |
| YUV | 75.73 | 203.21 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 11 | 209 | 0.27 | 0.95 | 0 | 0.18 | 282.73 | 0.9 | 0.43 |
| Hex | 98 | B | D1 | 1B | 5F | 0 | 12 | 11B | 5A | 2B |
| Octal | 230 | 13 | 321 | 33 | 137 | 0 | 22 | 433 | 132 | 53 |
| Binary | 10011000 | 1011 | 11010001 | 11011 | 1011111 | 0 | 10010 | 100011011 | 1011010 | 101011 |
Color Harmonies of #980BD1
Complementary color
Monochromatic Colors of #980BD1
Black with #980BD1
Text Example
Text Example
White with #980BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980BD1; }
p { color: rgb(152,11,209); }
H1.HeaderClassName
{
color: #980BD1;
}
.AnyTagClassName
{
color: #980BD1;
}
</style>
background-color css
<style>
a { background-color: #980BD1; }
a { background-color: rgb(152,11,209); }
div.DivClassName
{
background-color: #980BD1;
}
.BgClassName
{
background-color: #980BD1;
}
</style>
border-color css
<style>
span { border-color: #980BD1; }
span { border-color: rgb(152,11,209); }
td.TdClassName
{
border-color: #980BD1;
}
.TagClassName
{
border-color: #980BD1;
}
</style>