Shades of Blue Violet #8629FE
Tints of Blue Violet #8629FE
RGB
CMYK
RGB Variations
Color information
#8629FE (or 0x8629FE) is known color: Blue Violet. HEX triplet: 86, 29 and FE. RGB value is (134,41,254). Sum of RGB (Red+Green+Blue) = 134+41+254=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 41 (16.41% from 255 or 9.56% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #8629FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8629FE is #79D601. Grayscale: #5C5C5C. Windows color (decimal): -7984642 or 16656774. OLE color: 16656774.
HSL color Cylindrical-coordinate representation of color #8629FE: hue angle of 266.2º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8629FE is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 41 | 254 | - |
| CMYK | 0.47 | 0.84 | 0 | 0.00 |
| HSL | 266.2º | 0.99% | 0.58% | - |
| HSV(B) | 266.2º | 0.84% | 1% | - |
| XYZ | 28.51 | 13.81 | 94.93 | - |
| YUV | 93.09 | 218.81 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 41 | 254 | 0.47 | 0.84 | 0 | 0.00 | 266.2 | 0.99 | 0.58 |
| Hex | 86 | 29 | FE | 2F | 54 | 0 | 0 | 10A | 63 | 3A |
| Octal | 206 | 51 | 376 | 57 | 124 | 0 | 0 | 412 | 143 | 72 |
| Binary | 10000110 | 101001 | 11111110 | 101111 | 1010100 | 0 | 0 | 100001010 | 1100011 | 111010 |
Color Harmonies of #8629FE
Complementary color
Monochromatic Colors of #8629FE
Black with #8629FE
Text Example
Text Example
White with #8629FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8629FE; }
p { color: rgb(134,41,254); }
H1.HeaderClassName
{
color: #8629FE;
}
.AnyTagClassName
{
color: #8629FE;
}
</style>
background-color css
<style>
a { background-color: #8629FE; }
a { background-color: rgb(134,41,254); }
div.DivClassName
{
background-color: #8629FE;
}
.BgClassName
{
background-color: #8629FE;
}
</style>
border-color css
<style>
span { border-color: #8629FE; }
span { border-color: rgb(134,41,254); }
td.TdClassName
{
border-color: #8629FE;
}
.TagClassName
{
border-color: #8629FE;
}
</style>