Shades of Blue Violet #8628FA
Tints of Blue Violet #8628FA
RGB
CMYK
RGB Variations
Color information
#8628FA (or 0x8628FA) is known color: Blue Violet. HEX triplet: 86, 28 and FA. RGB value is (134,40,250). Sum of RGB (Red+Green+Blue) = 134+40+250=424 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.60% from 424); Green value is 40 (16.02% from 255 or 9.43% from 424); Blue value is 250 (98.05% from 255 or 58.96% from 424); Max value from RGB is 250 - color contains mainly: blue. Hex color #8628FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8628FA is #79D705. Grayscale: #5B5B5B. Windows color (decimal): -7984902 or 16394374. OLE color: 16394374.
HSL color Cylindrical-coordinate representation of color #8628FA: hue angle of 266.86º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8628FA is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 40 | 250 | - |
| CMYK | 0.46 | 0.84 | 0 | 0.02 |
| HSL | 266.86º | 0.95% | 0.57% | - |
| HSV(B) | 266.86º | 0.84% | 0.98% | - |
| XYZ | 27.85 | 13.49 | 91.58 | - |
| YUV | 92.05 | 217.14 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 40 | 250 | 0.46 | 0.84 | 0 | 0.02 | 266.86 | 0.95 | 0.57 |
| Hex | 86 | 28 | FA | 2E | 54 | 0 | 2 | 10B | 5F | 39 |
| Octal | 206 | 50 | 372 | 56 | 124 | 0 | 2 | 413 | 137 | 71 |
| Binary | 10000110 | 101000 | 11111010 | 101110 | 1010100 | 0 | 10 | 100001011 | 1011111 | 111001 |
Color Harmonies of #8628FA
Complementary color
Monochromatic Colors of #8628FA
Black with #8628FA
Text Example
Text Example
White with #8628FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8628FA; }
p { color: rgb(134,40,250); }
H1.HeaderClassName
{
color: #8628FA;
}
.AnyTagClassName
{
color: #8628FA;
}
</style>
background-color css
<style>
a { background-color: #8628FA; }
a { background-color: rgb(134,40,250); }
div.DivClassName
{
background-color: #8628FA;
}
.BgClassName
{
background-color: #8628FA;
}
</style>
border-color css
<style>
span { border-color: #8628FA; }
span { border-color: rgb(134,40,250); }
td.TdClassName
{
border-color: #8628FA;
}
.TagClassName
{
border-color: #8628FA;
}
</style>