Shades of Blue Violet #9844FC
Tints of Blue Violet #9844FC
RGB
CMYK
RGB Variations
Color information
#9844FC (or 0x9844FC) is known color: Blue Violet. HEX triplet: 98, 44 and FC. RGB value is (152,68,252). Sum of RGB (Red+Green+Blue) = 152+68+252=472 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.20% from 472); Green value is 68 (26.95% from 255 or 14.41% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #9844FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9844FC is #67BB03. Grayscale: #717171. Windows color (decimal): -6798084 or 16532632. OLE color: 16532632.
HSL color Cylindrical-coordinate representation of color #9844FC: hue angle of 267.39º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9844FC is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 68 | 252 | - |
| CMYK | 0.40 | 0.73 | 0 | 0.01 |
| HSL | 267.39º | 0.97% | 0.63% | - |
| HSV(B) | 267.39º | 0.73% | 0.99% | - |
| XYZ | 32.59 | 17.84 | 93.82 | - |
| YUV | 114.09 | 205.83 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 68 | 252 | 0.40 | 0.73 | 0 | 0.01 | 267.39 | 0.97 | 0.63 |
| Hex | 98 | 44 | FC | 28 | 49 | 0 | 1 | 10B | 61 | 3F |
| Octal | 230 | 104 | 374 | 50 | 111 | 0 | 1 | 413 | 141 | 77 |
| Binary | 10011000 | 1000100 | 11111100 | 101000 | 1001001 | 0 | 1 | 100001011 | 1100001 | 111111 |
Color Harmonies of #9844FC
Complementary color
Monochromatic Colors of #9844FC
Black with #9844FC
Text Example
Text Example
White with #9844FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9844FC; }
p { color: rgb(152,68,252); }
H1.HeaderClassName
{
color: #9844FC;
}
.AnyTagClassName
{
color: #9844FC;
}
</style>
background-color css
<style>
a { background-color: #9844FC; }
a { background-color: rgb(152,68,252); }
div.DivClassName
{
background-color: #9844FC;
}
.BgClassName
{
background-color: #9844FC;
}
</style>
border-color css
<style>
span { border-color: #9844FC; }
span { border-color: rgb(152,68,252); }
td.TdClassName
{
border-color: #9844FC;
}
.TagClassName
{
border-color: #9844FC;
}
</style>