Shades of Blue Violet #982ADF
Tints of Blue Violet #982ADF
RGB
CMYK
RGB Variations
Color information
#982ADF (or 0x982ADF) is known color: Blue Violet. HEX triplet: 98, 2A and DF. RGB value is (152,42,223). Sum of RGB (Red+Green+Blue) = 152+42+223=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 42 (16.80% from 255 or 10.07% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #982ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982ADF is #67D520. Grayscale: #5E5E5E. Windows color (decimal): -6804769 or 14625432. OLE color: 14625432.
HSL color Cylindrical-coordinate representation of color #982ADF: hue angle of 276.46º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #982ADF is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 42 | 223 | - |
| CMYK | 0.32 | 0.81 | 0 | 0.13 |
| HSL | 276.46º | 0.74% | 0.52% | - |
| HSV(B) | 276.46º | 0.81% | 0.87% | - |
| XYZ | 27.1 | 13.66 | 71.02 | - |
| YUV | 95.52 | 199.94 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 42 | 223 | 0.32 | 0.81 | 0 | 0.13 | 276.46 | 0.74 | 0.52 |
| Hex | 98 | 2A | DF | 20 | 51 | 0 | D | 114 | 4A | 34 |
| Octal | 230 | 52 | 337 | 40 | 121 | 0 | 15 | 424 | 112 | 64 |
| Binary | 10011000 | 101010 | 11011111 | 100000 | 1010001 | 0 | 1101 | 100010100 | 1001010 | 110100 |
Color Harmonies of #982ADF
Complementary color
Monochromatic Colors of #982ADF
Black with #982ADF
Text Example
Text Example
White with #982ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982ADF; }
p { color: rgb(152,42,223); }
H1.HeaderClassName
{
color: #982ADF;
}
.AnyTagClassName
{
color: #982ADF;
}
</style>
background-color css
<style>
a { background-color: #982ADF; }
a { background-color: rgb(152,42,223); }
div.DivClassName
{
background-color: #982ADF;
}
.BgClassName
{
background-color: #982ADF;
}
</style>
border-color css
<style>
span { border-color: #982ADF; }
span { border-color: rgb(152,42,223); }
td.TdClassName
{
border-color: #982ADF;
}
.TagClassName
{
border-color: #982ADF;
}
</style>