Shades of Blue Violet #8C45FE
Tints of Blue Violet #8C45FE
RGB
CMYK
RGB Variations
Color information
#8C45FE (or 0x8C45FE) is known color: Blue Violet. HEX triplet: 8C, 45 and FE. RGB value is (140,69,254). Sum of RGB (Red+Green+Blue) = 140+69+254=463 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.24% from 463); Green value is 69 (27.34% from 255 or 14.90% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C45FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C45FE is #73BA01. Grayscale: #6E6E6E. Windows color (decimal): -7584258 or 16663948. OLE color: 16663948.
HSL color Cylindrical-coordinate representation of color #8C45FE: hue angle of 263.03º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C45FE is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 69 | 254 | - |
| CMYK | 0.45 | 0.73 | 0 | 0.00 |
| HSL | 263.03º | 0.99% | 0.63% | - |
| HSV(B) | 263.03º | 0.73% | 1% | - |
| XYZ | 30.83 | 16.99 | 95.42 | - |
| YUV | 111.32 | 208.52 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 69 | 254 | 0.45 | 0.73 | 0 | 0.00 | 263.03 | 0.99 | 0.63 |
| Hex | 8C | 45 | FE | 2D | 49 | 0 | 0 | 107 | 63 | 3F |
| Octal | 214 | 105 | 376 | 55 | 111 | 0 | 0 | 407 | 143 | 77 |
| Binary | 10001100 | 1000101 | 11111110 | 101101 | 1001001 | 0 | 0 | 100000111 | 1100011 | 111111 |
Color Harmonies of #8C45FE
Complementary color
Monochromatic Colors of #8C45FE
Black with #8C45FE
Text Example
Text Example
White with #8C45FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C45FE; }
p { color: rgb(140,69,254); }
H1.HeaderClassName
{
color: #8C45FE;
}
.AnyTagClassName
{
color: #8C45FE;
}
</style>
background-color css
<style>
a { background-color: #8C45FE; }
a { background-color: rgb(140,69,254); }
div.DivClassName
{
background-color: #8C45FE;
}
.BgClassName
{
background-color: #8C45FE;
}
</style>
border-color css
<style>
span { border-color: #8C45FE; }
span { border-color: rgb(140,69,254); }
td.TdClassName
{
border-color: #8C45FE;
}
.TagClassName
{
border-color: #8C45FE;
}
</style>