Shades of Blue Violet #8626FB
Tints of Blue Violet #8626FB
RGB
CMYK
RGB Variations
Color information
#8626FB (or 0x8626FB) is known color: Blue Violet. HEX triplet: 86, 26 and FB. RGB value is (134,38,251). Sum of RGB (Red+Green+Blue) = 134+38+251=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 38 (15.23% from 255 or 8.98% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #8626FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8626FB is #79D904. Grayscale: #5A5A5A. Windows color (decimal): -7985413 or 16459398. OLE color: 16459398.
HSL color Cylindrical-coordinate representation of color #8626FB: hue angle of 267.04º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8626FB is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 38 | 251 | - |
| CMYK | 0.47 | 0.85 | 0 | 0.02 |
| HSL | 267.04º | 0.96% | 0.57% | - |
| HSV(B) | 267.04º | 0.85% | 0.98% | - |
| XYZ | 27.94 | 13.42 | 92.38 | - |
| YUV | 90.99 | 218.3 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 38 | 251 | 0.47 | 0.85 | 0 | 0.02 | 267.04 | 0.96 | 0.57 |
| Hex | 86 | 26 | FB | 2F | 55 | 0 | 2 | 10B | 60 | 39 |
| Octal | 206 | 46 | 373 | 57 | 125 | 0 | 2 | 413 | 140 | 71 |
| Binary | 10000110 | 100110 | 11111011 | 101111 | 1010101 | 0 | 10 | 100001011 | 1100000 | 111001 |
Color Harmonies of #8626FB
Complementary color
Monochromatic Colors of #8626FB
Black with #8626FB
Text Example
Text Example
White with #8626FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8626FB; }
p { color: rgb(134,38,251); }
H1.HeaderClassName
{
color: #8626FB;
}
.AnyTagClassName
{
color: #8626FB;
}
</style>
background-color css
<style>
a { background-color: #8626FB; }
a { background-color: rgb(134,38,251); }
div.DivClassName
{
background-color: #8626FB;
}
.BgClassName
{
background-color: #8626FB;
}
</style>
border-color css
<style>
span { border-color: #8626FB; }
span { border-color: rgb(134,38,251); }
td.TdClassName
{
border-color: #8626FB;
}
.TagClassName
{
border-color: #8626FB;
}
</style>