Shades of Blue Violet #981AF8
Tints of Blue Violet #981AF8
RGB
CMYK
RGB Variations
Color information
#981AF8 (or 0x981AF8) is known color: Blue Violet. HEX triplet: 98, 1A and F8. RGB value is (152,26,248). Sum of RGB (Red+Green+Blue) = 152+26+248=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 26 (10.55% from 255 or 6.10% from 426); Blue value is 248 (97.27% from 255 or 58.22% from 426); Max value from RGB is 248 - color contains mainly: blue. Hex color #981AF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #981AF8 is #67E507. Grayscale: #585858. Windows color (decimal): -6808840 or 16259736. OLE color: 16259736.
HSL color Cylindrical-coordinate representation of color #981AF8: hue angle of 274.05º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #981AF8 is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 152 | 26 | 248 | - |
| CMYK | 0.39 | 0.90 | 0 | 0.03 |
| HSL | 274.05º | 0.94% | 0.54% | - |
| HSV(B) | 274.05º | 0.9% | 0.97% | - |
| XYZ | 30.26 | 14.19 | 89.95 | - |
| YUV | 88.98 | 217.74 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 26 | 248 | 0.39 | 0.90 | 0 | 0.03 | 274.05 | 0.94 | 0.54 |
| Hex | 98 | 1A | F8 | 27 | 5A | 0 | 3 | 112 | 5E | 36 |
| Octal | 230 | 32 | 370 | 47 | 132 | 0 | 3 | 422 | 136 | 66 |
| Binary | 10011000 | 11010 | 11111000 | 100111 | 1011010 | 0 | 11 | 100010010 | 1011110 | 110110 |
Color Harmonies of #981AF8
Complementary color
Monochromatic Colors of #981AF8
Black with #981AF8
Text Example
Text Example
White with #981AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981AF8; }
p { color: rgb(152,26,248); }
H1.HeaderClassName
{
color: #981AF8;
}
.AnyTagClassName
{
color: #981AF8;
}
</style>
background-color css
<style>
a { background-color: #981AF8; }
a { background-color: rgb(152,26,248); }
div.DivClassName
{
background-color: #981AF8;
}
.BgClassName
{
background-color: #981AF8;
}
</style>
border-color css
<style>
span { border-color: #981AF8; }
span { border-color: rgb(152,26,248); }
td.TdClassName
{
border-color: #981AF8;
}
.TagClassName
{
border-color: #981AF8;
}
</style>