Shades of Blue Violet #9844FA
Tints of Blue Violet #9844FA
RGB
CMYK
RGB Variations
Color information
#9844FA (or 0x9844FA) is known color: Blue Violet. HEX triplet: 98, 44 and FA. RGB value is (152,68,250). Sum of RGB (Red+Green+Blue) = 152+68+250=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 68 (26.95% from 255 or 14.47% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #9844FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9844FA is #67BB05. Grayscale: #717171. Windows color (decimal): -6798086 or 16401560. OLE color: 16401560.
HSL color Cylindrical-coordinate representation of color #9844FA: hue angle of 267.69º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9844FA is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 68 | 250 | - |
| CMYK | 0.39 | 0.73 | 0 | 0.02 |
| HSL | 267.69º | 0.95% | 0.62% | - |
| HSV(B) | 267.69º | 0.73% | 0.98% | - |
| XYZ | 32.27 | 17.71 | 92.16 | - |
| YUV | 113.86 | 204.83 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 68 | 250 | 0.39 | 0.73 | 0 | 0.02 | 267.69 | 0.95 | 0.62 |
| Hex | 98 | 44 | FA | 27 | 49 | 0 | 2 | 10C | 5F | 3E |
| Octal | 230 | 104 | 372 | 47 | 111 | 0 | 2 | 414 | 137 | 76 |
| Binary | 10011000 | 1000100 | 11111010 | 100111 | 1001001 | 0 | 10 | 100001100 | 1011111 | 111110 |
Color Harmonies of #9844FA
Complementary color
Monochromatic Colors of #9844FA
Black with #9844FA
Text Example
Text Example
White with #9844FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9844FA; }
p { color: rgb(152,68,250); }
H1.HeaderClassName
{
color: #9844FA;
}
.AnyTagClassName
{
color: #9844FA;
}
</style>
background-color css
<style>
a { background-color: #9844FA; }
a { background-color: rgb(152,68,250); }
div.DivClassName
{
background-color: #9844FA;
}
.BgClassName
{
background-color: #9844FA;
}
</style>
border-color css
<style>
span { border-color: #9844FA; }
span { border-color: rgb(152,68,250); }
td.TdClassName
{
border-color: #9844FA;
}
.TagClassName
{
border-color: #9844FA;
}
</style>