Shades of Blue Violet #8628CF
Tints of Blue Violet #8628CF
RGB
CMYK
RGB Variations
Color information
#8628CF (or 0x8628CF) is known color: Blue Violet. HEX triplet: 86, 28 and CF. RGB value is (134,40,207). Sum of RGB (Red+Green+Blue) = 134+40+207=381 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.17% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #8628CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8628CF is #79D730. Grayscale: #565656. Windows color (decimal): -7984945 or 13576326. OLE color: 13576326.
HSL color Cylindrical-coordinate representation of color #8628CF: hue angle of 273.77º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8628CF is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 40 | 207 | - |
| CMYK | 0.35 | 0.81 | 0 | 0.19 |
| HSL | 273.77º | 0.68% | 0.48% | - |
| HSV(B) | 273.77º | 0.81% | 0.81% | - |
| XYZ | 21.85 | 11.09 | 60.02 | - |
| YUV | 87.14 | 195.64 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 40 | 207 | 0.35 | 0.81 | 0 | 0.19 | 273.77 | 0.68 | 0.48 |
| Hex | 86 | 28 | CF | 23 | 51 | 0 | 13 | 112 | 44 | 30 |
| Octal | 206 | 50 | 317 | 43 | 121 | 0 | 23 | 422 | 104 | 60 |
| Binary | 10000110 | 101000 | 11001111 | 100011 | 1010001 | 0 | 10011 | 100010010 | 1000100 | 110000 |
Color Harmonies of #8628CF
Complementary color
Monochromatic Colors of #8628CF
Black with #8628CF
Text Example
Text Example
White with #8628CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8628CF; }
p { color: rgb(134,40,207); }
H1.HeaderClassName
{
color: #8628CF;
}
.AnyTagClassName
{
color: #8628CF;
}
</style>
background-color css
<style>
a { background-color: #8628CF; }
a { background-color: rgb(134,40,207); }
div.DivClassName
{
background-color: #8628CF;
}
.BgClassName
{
background-color: #8628CF;
}
</style>
border-color css
<style>
span { border-color: #8628CF; }
span { border-color: rgb(134,40,207); }
td.TdClassName
{
border-color: #8628CF;
}
.TagClassName
{
border-color: #8628CF;
}
</style>