Shades of Blue Violet #982CFF
Tints of Blue Violet #982CFF
RGB
CMYK
RGB Variations
Color information
#982CFF (or 0x982CFF) is known color: Blue Violet. HEX triplet: 98, 2C and FF. RGB value is (152,44,255). Sum of RGB (Red+Green+Blue) = 152+44+255=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 44 (17.58% from 255 or 9.76% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #982CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #982CFF is #67D300. Grayscale: #636363. Windows color (decimal): -6804225 or 16723096. OLE color: 16723096.
HSL color Cylindrical-coordinate representation of color #982CFF: hue angle of 270.71º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #982CFF is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 44 | 255 | - |
| CMYK | 0.40 | 0.83 | 0 | 0 |
| HSL | 270.71º | 1% | 0.59% | - |
| HSV(B) | 270.71º | 0.83% | 1% | - |
| XYZ | 31.9 | 15.7 | 95.96 | - |
| YUV | 100.35 | 215.28 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 44 | 255 | 0.40 | 0.83 | 0 | 0 | 270.71 | 1 | 0.59 |
| Hex | 98 | 2C | FF | 28 | 53 | 0 | 0 | 10F | 64 | 3B |
| Octal | 230 | 54 | 377 | 50 | 123 | 0 | 0 | 417 | 144 | 73 |
| Binary | 10011000 | 101100 | 11111111 | 101000 | 1010011 | 0 | 0 | 100001111 | 1100100 | 111011 |
Color Harmonies of #982CFF
Complementary color
Monochromatic Colors of #982CFF
Black with #982CFF
Text Example
Text Example
White with #982CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982CFF; }
p { color: rgb(152,44,255); }
H1.HeaderClassName
{
color: #982CFF;
}
.AnyTagClassName
{
color: #982CFF;
}
</style>
background-color css
<style>
a { background-color: #982CFF; }
a { background-color: rgb(152,44,255); }
div.DivClassName
{
background-color: #982CFF;
}
.BgClassName
{
background-color: #982CFF;
}
</style>
border-color css
<style>
span { border-color: #982CFF; }
span { border-color: rgb(152,44,255); }
td.TdClassName
{
border-color: #982CFF;
}
.TagClassName
{
border-color: #982CFF;
}
</style>