Shades of Blue Violet #9841FF
Tints of Blue Violet #9841FF
RGB
CMYK
RGB Variations
Color information
#9841FF (or 0x9841FF) is known color: Blue Violet. HEX triplet: 98, 41 and FF. RGB value is (152,65,255). Sum of RGB (Red+Green+Blue) = 152+65+255=472 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.20% from 472); Green value is 65 (25.78% from 255 or 13.77% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #9841FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9841FF is #67BE00. Grayscale: #707070. Windows color (decimal): -6798849 or 16728472. OLE color: 16728472.
HSL color Cylindrical-coordinate representation of color #9841FF: hue angle of 267.47º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9841FF is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 65 | 255 | - |
| CMYK | 0.40 | 0.75 | 0 | 0 |
| HSL | 267.47º | 1% | 0.63% | - |
| HSV(B) | 267.47º | 0.75% | 1% | - |
| XYZ | 32.89 | 17.68 | 96.29 | - |
| YUV | 112.67 | 208.32 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 65 | 255 | 0.40 | 0.75 | 0 | 0 | 267.47 | 1 | 0.63 |
| Hex | 98 | 41 | FF | 28 | 4B | 0 | 0 | 10B | 64 | 3F |
| Octal | 230 | 101 | 377 | 50 | 113 | 0 | 0 | 413 | 144 | 77 |
| Binary | 10011000 | 1000001 | 11111111 | 101000 | 1001011 | 0 | 0 | 100001011 | 1100100 | 111111 |
Color Harmonies of #9841FF
Complementary color
Monochromatic Colors of #9841FF
Black with #9841FF
Text Example
Text Example
White with #9841FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9841FF; }
p { color: rgb(152,65,255); }
H1.HeaderClassName
{
color: #9841FF;
}
.AnyTagClassName
{
color: #9841FF;
}
</style>
background-color css
<style>
a { background-color: #9841FF; }
a { background-color: rgb(152,65,255); }
div.DivClassName
{
background-color: #9841FF;
}
.BgClassName
{
background-color: #9841FF;
}
</style>
border-color css
<style>
span { border-color: #9841FF; }
span { border-color: rgb(152,65,255); }
td.TdClassName
{
border-color: #9841FF;
}
.TagClassName
{
border-color: #9841FF;
}
</style>