Shades of Blue Violet #8624FF
Tints of Blue Violet #8624FF
RGB
CMYK
RGB Variations
Color information
#8624FF (or 0x8624FF) is known color: Blue Violet. HEX triplet: 86, 24 and FF. RGB value is (134,36,255). Sum of RGB (Red+Green+Blue) = 134+36+255=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 36 (14.45% from 255 or 8.47% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #8624FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8624FF is #79DB00. Grayscale: #595959. Windows color (decimal): -7985921 or 16721030. OLE color: 16721030.
HSL color Cylindrical-coordinate representation of color #8624FF: hue angle of 266.85º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8624FF is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 36 | 255 | - |
| CMYK | 0.47 | 0.86 | 0 | 0 |
| HSL | 266.85º | 1% | 0.57% | - |
| HSV(B) | 266.85º | 0.86% | 1% | - |
| XYZ | 28.51 | 13.55 | 95.72 | - |
| YUV | 90.27 | 220.97 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 36 | 255 | 0.47 | 0.86 | 0 | 0 | 266.85 | 1 | 0.57 |
| Hex | 86 | 24 | FF | 2F | 56 | 0 | 0 | 10B | 64 | 39 |
| Octal | 206 | 44 | 377 | 57 | 126 | 0 | 0 | 413 | 144 | 71 |
| Binary | 10000110 | 100100 | 11111111 | 101111 | 1010110 | 0 | 0 | 100001011 | 1100100 | 111001 |
Color Harmonies of #8624FF
Complementary color
Monochromatic Colors of #8624FF
Black with #8624FF
Text Example
Text Example
White with #8624FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8624FF; }
p { color: rgb(134,36,255); }
H1.HeaderClassName
{
color: #8624FF;
}
.AnyTagClassName
{
color: #8624FF;
}
</style>
background-color css
<style>
a { background-color: #8624FF; }
a { background-color: rgb(134,36,255); }
div.DivClassName
{
background-color: #8624FF;
}
.BgClassName
{
background-color: #8624FF;
}
</style>
border-color css
<style>
span { border-color: #8624FF; }
span { border-color: rgb(134,36,255); }
td.TdClassName
{
border-color: #8624FF;
}
.TagClassName
{
border-color: #8624FF;
}
</style>