Shades of Blue Violet #982CFC
Tints of Blue Violet #982CFC
RGB
CMYK
RGB Variations
Color information
#982CFC (or 0x982CFC) is known color: Blue Violet. HEX triplet: 98, 2C and FC. RGB value is (152,44,252). Sum of RGB (Red+Green+Blue) = 152+44+252=448 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.93% from 448); Green value is 44 (17.58% from 255 or 9.82% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #982CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #982CFC is #67D303. Grayscale: #636363. Windows color (decimal): -6804228 or 16526488. OLE color: 16526488.
HSL color Cylindrical-coordinate representation of color #982CFC: hue angle of 271.15º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #982CFC is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 44 | 252 | - |
| CMYK | 0.40 | 0.83 | 0 | 0.01 |
| HSL | 271.15º | 0.97% | 0.58% | - |
| HSV(B) | 271.15º | 0.83% | 0.99% | - |
| XYZ | 31.42 | 15.51 | 93.43 | - |
| YUV | 100 | 213.78 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 44 | 252 | 0.40 | 0.83 | 0 | 0.01 | 271.15 | 0.97 | 0.58 |
| Hex | 98 | 2C | FC | 28 | 53 | 0 | 1 | 10F | 61 | 3A |
| Octal | 230 | 54 | 374 | 50 | 123 | 0 | 1 | 417 | 141 | 72 |
| Binary | 10011000 | 101100 | 11111100 | 101000 | 1010011 | 0 | 1 | 100001111 | 1100001 | 111010 |
Color Harmonies of #982CFC
Complementary color
Monochromatic Colors of #982CFC
Black with #982CFC
Text Example
Text Example
White with #982CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982CFC; }
p { color: rgb(152,44,252); }
H1.HeaderClassName
{
color: #982CFC;
}
.AnyTagClassName
{
color: #982CFC;
}
</style>
background-color css
<style>
a { background-color: #982CFC; }
a { background-color: rgb(152,44,252); }
div.DivClassName
{
background-color: #982CFC;
}
.BgClassName
{
background-color: #982CFC;
}
</style>
border-color css
<style>
span { border-color: #982CFC; }
span { border-color: rgb(152,44,252); }
td.TdClassName
{
border-color: #982CFC;
}
.TagClassName
{
border-color: #982CFC;
}
</style>