Shades of Blue Violet #983AF6
Tints of Blue Violet #983AF6
RGB
CMYK
RGB Variations
Color information
#983AF6 (or 0x983AF6) is known color: Blue Violet. HEX triplet: 98, 3A and F6. RGB value is (152,58,246). Sum of RGB (Red+Green+Blue) = 152+58+246=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 58 (23.05% from 255 or 12.72% from 456); Blue value is 246 (96.48% from 255 or 53.95% from 456); Max value from RGB is 246 - color contains mainly: blue. Hex color #983AF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #983AF6 is #67C509. Grayscale: #6A6A6A. Windows color (decimal): -6800650 or 16136856. OLE color: 16136856.
HSL color Cylindrical-coordinate representation of color #983AF6: hue angle of 270º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #983AF6 is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 152 | 58 | 246 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.04 |
| HSL | 270º | 0.91% | 0.6% | - |
| HSV(B) | 270º | 0.76% | 0.96% | - |
| XYZ | 31.1 | 16.36 | 88.71 | - |
| YUV | 107.54 | 206.14 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 58 | 246 | 0.38 | 0.76 | 0 | 0.04 | 270 | 0.91 | 0.6 |
| Hex | 98 | 3A | F6 | 26 | 4C | 0 | 4 | 10E | 5B | 3C |
| Octal | 230 | 72 | 366 | 46 | 114 | 0 | 4 | 416 | 133 | 74 |
| Binary | 10011000 | 111010 | 11110110 | 100110 | 1001100 | 0 | 100 | 100001110 | 1011011 | 111100 |
Color Harmonies of #983AF6
Complementary color
Monochromatic Colors of #983AF6
Black with #983AF6
Text Example
Text Example
White with #983AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983AF6; }
p { color: rgb(152,58,246); }
H1.HeaderClassName
{
color: #983AF6;
}
.AnyTagClassName
{
color: #983AF6;
}
</style>
background-color css
<style>
a { background-color: #983AF6; }
a { background-color: rgb(152,58,246); }
div.DivClassName
{
background-color: #983AF6;
}
.BgClassName
{
background-color: #983AF6;
}
</style>
border-color css
<style>
span { border-color: #983AF6; }
span { border-color: rgb(152,58,246); }
td.TdClassName
{
border-color: #983AF6;
}
.TagClassName
{
border-color: #983AF6;
}
</style>