Shades of Blue Violet #8C45FB
Tints of Blue Violet #8C45FB
RGB
CMYK
RGB Variations
Color information
#8C45FB (or 0x8C45FB) is known color: Blue Violet. HEX triplet: 8C, 45 and FB. RGB value is (140,69,251). Sum of RGB (Red+Green+Blue) = 140+69+251=460 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.43% from 460); Green value is 69 (27.34% from 255 or 15% from 460); Blue value is 251 (98.44% from 255 or 54.57% from 460); Max value from RGB is 251 - color contains mainly: blue. Hex color #8C45FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C45FB is #73BA04. Grayscale: #6E6E6E. Windows color (decimal): -7584261 or 16467340. OLE color: 16467340.
HSL color Cylindrical-coordinate representation of color #8C45FB: hue angle of 263.41º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C45FB is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 69 | 251 | - |
| CMYK | 0.44 | 0.73 | 0 | 0.02 |
| HSL | 263.41º | 0.96% | 0.63% | - |
| HSV(B) | 263.41º | 0.73% | 0.98% | - |
| XYZ | 30.36 | 16.8 | 92.91 | - |
| YUV | 110.98 | 207.02 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 69 | 251 | 0.44 | 0.73 | 0 | 0.02 | 263.41 | 0.96 | 0.63 |
| Hex | 8C | 45 | FB | 2C | 49 | 0 | 2 | 107 | 60 | 3F |
| Octal | 214 | 105 | 373 | 54 | 111 | 0 | 2 | 407 | 140 | 77 |
| Binary | 10001100 | 1000101 | 11111011 | 101100 | 1001001 | 0 | 10 | 100000111 | 1100000 | 111111 |
Color Harmonies of #8C45FB
Complementary color
Monochromatic Colors of #8C45FB
Black with #8C45FB
Text Example
Text Example
White with #8C45FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C45FB; }
p { color: rgb(140,69,251); }
H1.HeaderClassName
{
color: #8C45FB;
}
.AnyTagClassName
{
color: #8C45FB;
}
</style>
background-color css
<style>
a { background-color: #8C45FB; }
a { background-color: rgb(140,69,251); }
div.DivClassName
{
background-color: #8C45FB;
}
.BgClassName
{
background-color: #8C45FB;
}
</style>
border-color css
<style>
span { border-color: #8C45FB; }
span { border-color: rgb(140,69,251); }
td.TdClassName
{
border-color: #8C45FB;
}
.TagClassName
{
border-color: #8C45FB;
}
</style>