Shades of Blue Violet #9848FF
Tints of Blue Violet #9848FF
RGB
CMYK
RGB Variations
Color information
#9848FF (or 0x9848FF) is known color: Blue Violet. HEX triplet: 98, 48 and FF. RGB value is (152,72,255). Sum of RGB (Red+Green+Blue) = 152+72+255=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 72 (28.52% from 255 or 15.03% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #9848FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9848FF is #67B700. Grayscale: #747474. Windows color (decimal): -6797057 or 16730264. OLE color: 16730264.
HSL color Cylindrical-coordinate representation of color #9848FF: hue angle of 266.23º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9848FF is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 72 | 255 | - |
| CMYK | 0.40 | 0.72 | 0 | 0 |
| HSL | 266.23º | 1% | 0.64% | - |
| HSV(B) | 266.23º | 0.72% | 1% | - |
| XYZ | 33.32 | 18.53 | 96.43 | - |
| YUV | 116.78 | 206 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 72 | 255 | 0.40 | 0.72 | 0 | 0 | 266.23 | 1 | 0.64 |
| Hex | 98 | 48 | FF | 28 | 48 | 0 | 0 | 10A | 64 | 40 |
| Octal | 230 | 110 | 377 | 50 | 110 | 0 | 0 | 412 | 144 | 100 |
| Binary | 10011000 | 1001000 | 11111111 | 101000 | 1001000 | 0 | 0 | 100001010 | 1100100 | 1000000 |
Color Harmonies of #9848FF
Complementary color
Monochromatic Colors of #9848FF
Black with #9848FF
Text Example
Text Example
White with #9848FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9848FF; }
p { color: rgb(152,72,255); }
H1.HeaderClassName
{
color: #9848FF;
}
.AnyTagClassName
{
color: #9848FF;
}
</style>
background-color css
<style>
a { background-color: #9848FF; }
a { background-color: rgb(152,72,255); }
div.DivClassName
{
background-color: #9848FF;
}
.BgClassName
{
background-color: #9848FF;
}
</style>
border-color css
<style>
span { border-color: #9848FF; }
span { border-color: rgb(152,72,255); }
td.TdClassName
{
border-color: #9848FF;
}
.TagClassName
{
border-color: #9848FF;
}
</style>