Shades of Blue Violet #8844FA
Tints of Blue Violet #8844FA
RGB
CMYK
RGB Variations
Color information
#8844FA (or 0x8844FA) is known color: Blue Violet. HEX triplet: 88, 44 and FA. RGB value is (136,68,250). Sum of RGB (Red+Green+Blue) = 136+68+250=454 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.96% from 454); Green value is 68 (26.95% from 255 or 14.98% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #8844FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8844FA is #77BB05. Grayscale: #6C6C6C. Windows color (decimal): -7846662 or 16401544. OLE color: 16401544.
HSL color Cylindrical-coordinate representation of color #8844FA: hue angle of 262.42º 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 #8844FA is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 68 | 250 | - |
| CMYK | 0.46 | 0.73 | 0 | 0.02 |
| HSL | 262.42º | 0.95% | 0.62% | - |
| HSV(B) | 262.42º | 0.73% | 0.98% | - |
| XYZ | 29.48 | 16.27 | 92.03 | - |
| YUV | 109.08 | 207.53 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 68 | 250 | 0.46 | 0.73 | 0 | 0.02 | 262.42 | 0.95 | 0.62 |
| Hex | 88 | 44 | FA | 2E | 49 | 0 | 2 | 106 | 5F | 3E |
| Octal | 210 | 104 | 372 | 56 | 111 | 0 | 2 | 406 | 137 | 76 |
| Binary | 10001000 | 1000100 | 11111010 | 101110 | 1001001 | 0 | 10 | 100000110 | 1011111 | 111110 |
Color Harmonies of #8844FA
Complementary color
Monochromatic Colors of #8844FA
Black with #8844FA
Text Example
Text Example
White with #8844FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8844FA; }
p { color: rgb(136,68,250); }
H1.HeaderClassName
{
color: #8844FA;
}
.AnyTagClassName
{
color: #8844FA;
}
</style>
background-color css
<style>
a { background-color: #8844FA; }
a { background-color: rgb(136,68,250); }
div.DivClassName
{
background-color: #8844FA;
}
.BgClassName
{
background-color: #8844FA;
}
</style>
border-color css
<style>
span { border-color: #8844FA; }
span { border-color: rgb(136,68,250); }
td.TdClassName
{
border-color: #8844FA;
}
.TagClassName
{
border-color: #8844FA;
}
</style>