Shades of Blue Violet #981DDC
Tints of Blue Violet #981DDC
RGB
CMYK
RGB Variations
Color information
#981DDC (or 0x981DDC) is known color: Blue Violet. HEX triplet: 98, 1D and DC. RGB value is (152,29,220). Sum of RGB (Red+Green+Blue) = 152+29+220=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 29 (11.72% from 255 or 7.23% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #981DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981DDC is #67E223. Grayscale: #565656. Windows color (decimal): -6808100 or 14425496. OLE color: 14425496.
HSL color Cylindrical-coordinate representation of color #981DDC: hue angle of 278.64º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #981DDC is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 29 | 220 | - |
| CMYK | 0.31 | 0.87 | 0 | 0.14 |
| HSL | 278.64º | 0.77% | 0.49% | - |
| HSV(B) | 278.64º | 0.87% | 0.86% | - |
| XYZ | 26.31 | 12.72 | 68.78 | - |
| YUV | 87.55 | 202.75 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 29 | 220 | 0.31 | 0.87 | 0 | 0.14 | 278.64 | 0.77 | 0.49 |
| Hex | 98 | 1D | DC | 1F | 57 | 0 | E | 117 | 4D | 31 |
| Octal | 230 | 35 | 334 | 37 | 127 | 0 | 16 | 427 | 115 | 61 |
| Binary | 10011000 | 11101 | 11011100 | 11111 | 1010111 | 0 | 1110 | 100010111 | 1001101 | 110001 |
Color Harmonies of #981DDC
Complementary color
Monochromatic Colors of #981DDC
Black with #981DDC
Text Example
Text Example
White with #981DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981DDC; }
p { color: rgb(152,29,220); }
H1.HeaderClassName
{
color: #981DDC;
}
.AnyTagClassName
{
color: #981DDC;
}
</style>
background-color css
<style>
a { background-color: #981DDC; }
a { background-color: rgb(152,29,220); }
div.DivClassName
{
background-color: #981DDC;
}
.BgClassName
{
background-color: #981DDC;
}
</style>
border-color css
<style>
span { border-color: #981DDC; }
span { border-color: rgb(152,29,220); }
td.TdClassName
{
border-color: #981DDC;
}
.TagClassName
{
border-color: #981DDC;
}
</style>