Shades of Blue Violet #8636FE
Tints of Blue Violet #8636FE
RGB
CMYK
RGB Variations
Color information
#8636FE (or 0x8636FE) is known color: Blue Violet. HEX triplet: 86, 36 and FE. RGB value is (134,54,254). Sum of RGB (Red+Green+Blue) = 134+54+254=442 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.32% from 442); Green value is 54 (21.48% from 255 or 12.22% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #8636FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8636FE is #79C901. Grayscale: #646464. Windows color (decimal): -7981314 or 16660102. OLE color: 16660102.
HSL color Cylindrical-coordinate representation of color #8636FE: hue angle of 264º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8636FE is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 54 | 254 | - |
| CMYK | 0.47 | 0.79 | 0 | 0.00 |
| HSL | 264º | 0.99% | 0.6% | - |
| HSV(B) | 264º | 0.79% | 1% | - |
| XYZ | 29.04 | 14.86 | 95.1 | - |
| YUV | 100.72 | 214.5 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 54 | 254 | 0.47 | 0.79 | 0 | 0.00 | 264 | 0.99 | 0.6 |
| Hex | 86 | 36 | FE | 2F | 4F | 0 | 0 | 108 | 63 | 3C |
| Octal | 206 | 66 | 376 | 57 | 117 | 0 | 0 | 410 | 143 | 74 |
| Binary | 10000110 | 110110 | 11111110 | 101111 | 1001111 | 0 | 0 | 100001000 | 1100011 | 111100 |
Color Harmonies of #8636FE
Complementary color
Monochromatic Colors of #8636FE
Black with #8636FE
Text Example
Text Example
White with #8636FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8636FE; }
p { color: rgb(134,54,254); }
H1.HeaderClassName
{
color: #8636FE;
}
.AnyTagClassName
{
color: #8636FE;
}
</style>
background-color css
<style>
a { background-color: #8636FE; }
a { background-color: rgb(134,54,254); }
div.DivClassName
{
background-color: #8636FE;
}
.BgClassName
{
background-color: #8636FE;
}
</style>
border-color css
<style>
span { border-color: #8636FE; }
span { border-color: rgb(134,54,254); }
td.TdClassName
{
border-color: #8636FE;
}
.TagClassName
{
border-color: #8636FE;
}
</style>