Shades of Blue Violet #981DDA
Tints of Blue Violet #981DDA
RGB
CMYK
RGB Variations
Color information
#981DDA (or 0x981DDA) is known color: Blue Violet. HEX triplet: 98, 1D and DA. RGB value is (152,29,218). Sum of RGB (Red+Green+Blue) = 152+29+218=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 29 (11.72% from 255 or 7.27% from 399); Blue value is 218 (85.55% from 255 or 54.64% from 399); Max value from RGB is 218 - color contains mainly: blue. Hex color #981DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981DDA is #67E225. Grayscale: #565656. Windows color (decimal): -6808102 or 14294424. OLE color: 14294424.
HSL color Cylindrical-coordinate representation of color #981DDA: hue angle of 279.05º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #981DDA is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 29 | 218 | - |
| CMYK | 0.30 | 0.87 | 0 | 0.15 |
| HSL | 279.05º | 0.77% | 0.48% | - |
| HSV(B) | 279.05º | 0.87% | 0.85% | - |
| XYZ | 26.04 | 12.62 | 67.39 | - |
| YUV | 87.32 | 201.75 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 29 | 218 | 0.30 | 0.87 | 0 | 0.15 | 279.05 | 0.77 | 0.48 |
| Hex | 98 | 1D | DA | 1E | 57 | 0 | F | 117 | 4D | 30 |
| Octal | 230 | 35 | 332 | 36 | 127 | 0 | 17 | 427 | 115 | 60 |
| Binary | 10011000 | 11101 | 11011010 | 11110 | 1010111 | 0 | 1111 | 100010111 | 1001101 | 110000 |
Color Harmonies of #981DDA
Complementary color
Monochromatic Colors of #981DDA
Black with #981DDA
Text Example
Text Example
White with #981DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981DDA; }
p { color: rgb(152,29,218); }
H1.HeaderClassName
{
color: #981DDA;
}
.AnyTagClassName
{
color: #981DDA;
}
</style>
background-color css
<style>
a { background-color: #981DDA; }
a { background-color: rgb(152,29,218); }
div.DivClassName
{
background-color: #981DDA;
}
.BgClassName
{
background-color: #981DDA;
}
</style>
border-color css
<style>
span { border-color: #981DDA; }
span { border-color: rgb(152,29,218); }
td.TdClassName
{
border-color: #981DDA;
}
.TagClassName
{
border-color: #981DDA;
}
</style>