Shades of Blue Violet #8625FF
Tints of Blue Violet #8625FF
RGB
CMYK
RGB Variations
Color information
#8625FF (or 0x8625FF) is known color: Blue Violet. HEX triplet: 86, 25 and FF. RGB value is (134,37,255). Sum of RGB (Red+Green+Blue) = 134+37+255=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 37 (14.84% from 255 or 8.69% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #8625FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8625FF is #79DA00. Grayscale: #5A5A5A. Windows color (decimal): -7985665 or 16721286. OLE color: 16721286.
HSL color Cylindrical-coordinate representation of color #8625FF: hue angle of 266.7º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8625FF is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 37 | 255 | - |
| CMYK | 0.47 | 0.85 | 0 | 0 |
| HSL | 266.7º | 1% | 0.57% | - |
| HSV(B) | 266.7º | 0.85% | 1% | - |
| XYZ | 28.54 | 13.61 | 95.73 | - |
| YUV | 90.86 | 220.64 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 37 | 255 | 0.47 | 0.85 | 0 | 0 | 266.7 | 1 | 0.57 |
| Hex | 86 | 25 | FF | 2F | 55 | 0 | 0 | 10B | 64 | 39 |
| Octal | 206 | 45 | 377 | 57 | 125 | 0 | 0 | 413 | 144 | 71 |
| Binary | 10000110 | 100101 | 11111111 | 101111 | 1010101 | 0 | 0 | 100001011 | 1100100 | 111001 |
Color Harmonies of #8625FF
Complementary color
Monochromatic Colors of #8625FF
Black with #8625FF
Text Example
Text Example
White with #8625FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8625FF; }
p { color: rgb(134,37,255); }
H1.HeaderClassName
{
color: #8625FF;
}
.AnyTagClassName
{
color: #8625FF;
}
</style>
background-color css
<style>
a { background-color: #8625FF; }
a { background-color: rgb(134,37,255); }
div.DivClassName
{
background-color: #8625FF;
}
.BgClassName
{
background-color: #8625FF;
}
</style>
border-color css
<style>
span { border-color: #8625FF; }
span { border-color: rgb(134,37,255); }
td.TdClassName
{
border-color: #8625FF;
}
.TagClassName
{
border-color: #8625FF;
}
</style>