Shades of Blue Violet #9841FE
Tints of Blue Violet #9841FE
RGB
CMYK
RGB Variations
Color information
#9841FE (or 0x9841FE) is known color: Blue Violet. HEX triplet: 98, 41 and FE. RGB value is (152,65,254). Sum of RGB (Red+Green+Blue) = 152+65+254=471 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.27% from 471); Green value is 65 (25.78% from 255 or 13.80% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #9841FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9841FE is #67BE01. Grayscale: #6F6F6F. Windows color (decimal): -6798850 or 16662936. OLE color: 16662936.
HSL color Cylindrical-coordinate representation of color #9841FE: hue angle of 267.62º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9841FE is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 65 | 254 | - |
| CMYK | 0.40 | 0.74 | 0 | 0.00 |
| HSL | 267.62º | 0.99% | 0.63% | - |
| HSV(B) | 267.62º | 0.74% | 1% | - |
| XYZ | 32.73 | 17.61 | 95.44 | - |
| YUV | 112.56 | 207.82 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 65 | 254 | 0.40 | 0.74 | 0 | 0.00 | 267.62 | 0.99 | 0.63 |
| Hex | 98 | 41 | FE | 28 | 4A | 0 | 0 | 10C | 63 | 3F |
| Octal | 230 | 101 | 376 | 50 | 112 | 0 | 0 | 414 | 143 | 77 |
| Binary | 10011000 | 1000001 | 11111110 | 101000 | 1001010 | 0 | 0 | 100001100 | 1100011 | 111111 |
Color Harmonies of #9841FE
Complementary color
Monochromatic Colors of #9841FE
Black with #9841FE
Text Example
Text Example
White with #9841FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9841FE; }
p { color: rgb(152,65,254); }
H1.HeaderClassName
{
color: #9841FE;
}
.AnyTagClassName
{
color: #9841FE;
}
</style>
background-color css
<style>
a { background-color: #9841FE; }
a { background-color: rgb(152,65,254); }
div.DivClassName
{
background-color: #9841FE;
}
.BgClassName
{
background-color: #9841FE;
}
</style>
border-color css
<style>
span { border-color: #9841FE; }
span { border-color: rgb(152,65,254); }
td.TdClassName
{
border-color: #9841FE;
}
.TagClassName
{
border-color: #9841FE;
}
</style>