Shades of Blue Violet #8844FB
Tints of Blue Violet #8844FB
RGB
CMYK
RGB Variations
Color information
#8844FB (or 0x8844FB) is known color: Blue Violet. HEX triplet: 88, 44 and FB. RGB value is (136,68,251). Sum of RGB (Red+Green+Blue) = 136+68+251=455 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.89% from 455); Green value is 68 (26.95% from 255 or 14.95% from 455); Blue value is 251 (98.44% from 255 or 55.16% from 455); Max value from RGB is 251 - color contains mainly: blue. Hex color #8844FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8844FB is #77BB04. Grayscale: #6C6C6C. Windows color (decimal): -7846661 or 16467080. OLE color: 16467080.
HSL color Cylindrical-coordinate representation of color #8844FB: hue angle of 262.3º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8844FB is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 68 | 251 | - |
| CMYK | 0.46 | 0.73 | 0 | 0.02 |
| HSL | 262.3º | 0.96% | 0.63% | - |
| HSV(B) | 262.3º | 0.73% | 0.98% | - |
| XYZ | 29.63 | 16.33 | 92.86 | - |
| YUV | 109.19 | 208.03 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 68 | 251 | 0.46 | 0.73 | 0 | 0.02 | 262.3 | 0.96 | 0.63 |
| Hex | 88 | 44 | FB | 2E | 49 | 0 | 2 | 106 | 60 | 3F |
| Octal | 210 | 104 | 373 | 56 | 111 | 0 | 2 | 406 | 140 | 77 |
| Binary | 10001000 | 1000100 | 11111011 | 101110 | 1001001 | 0 | 10 | 100000110 | 1100000 | 111111 |
Color Harmonies of #8844FB
Complementary color
Monochromatic Colors of #8844FB
Black with #8844FB
Text Example
Text Example
White with #8844FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8844FB; }
p { color: rgb(136,68,251); }
H1.HeaderClassName
{
color: #8844FB;
}
.AnyTagClassName
{
color: #8844FB;
}
</style>
background-color css
<style>
a { background-color: #8844FB; }
a { background-color: rgb(136,68,251); }
div.DivClassName
{
background-color: #8844FB;
}
.BgClassName
{
background-color: #8844FB;
}
</style>
border-color css
<style>
span { border-color: #8844FB; }
span { border-color: rgb(136,68,251); }
td.TdClassName
{
border-color: #8844FB;
}
.TagClassName
{
border-color: #8844FB;
}
</style>