Shades of Blue Violet #8C45FD
Tints of Blue Violet #8C45FD
RGB
CMYK
RGB Variations
Color information
#8C45FD (or 0x8C45FD) is known color: Blue Violet. HEX triplet: 8C, 45 and FD. RGB value is (140,69,253). Sum of RGB (Red+Green+Blue) = 140+69+253=462 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.30% from 462); Green value is 69 (27.34% from 255 or 14.94% from 462); Blue value is 253 (99.22% from 255 or 54.76% from 462); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C45FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C45FD is #73BA02. Grayscale: #6E6E6E. Windows color (decimal): -7584259 or 16598412. OLE color: 16598412.
HSL color Cylindrical-coordinate representation of color #8C45FD: hue angle of 263.15º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C45FD is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 69 | 253 | - |
| CMYK | 0.45 | 0.73 | 0 | 0.01 |
| HSL | 263.15º | 0.98% | 0.63% | - |
| HSV(B) | 263.15º | 0.73% | 0.99% | - |
| XYZ | 30.67 | 16.92 | 94.58 | - |
| YUV | 111.21 | 208.02 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 69 | 253 | 0.45 | 0.73 | 0 | 0.01 | 263.15 | 0.98 | 0.63 |
| Hex | 8C | 45 | FD | 2D | 49 | 0 | 1 | 107 | 62 | 3F |
| Octal | 214 | 105 | 375 | 55 | 111 | 0 | 1 | 407 | 142 | 77 |
| Binary | 10001100 | 1000101 | 11111101 | 101101 | 1001001 | 0 | 1 | 100000111 | 1100010 | 111111 |
Color Harmonies of #8C45FD
Complementary color
Monochromatic Colors of #8C45FD
Black with #8C45FD
Text Example
Text Example
White with #8C45FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C45FD; }
p { color: rgb(140,69,253); }
H1.HeaderClassName
{
color: #8C45FD;
}
.AnyTagClassName
{
color: #8C45FD;
}
</style>
background-color css
<style>
a { background-color: #8C45FD; }
a { background-color: rgb(140,69,253); }
div.DivClassName
{
background-color: #8C45FD;
}
.BgClassName
{
background-color: #8C45FD;
}
</style>
border-color css
<style>
span { border-color: #8C45FD; }
span { border-color: rgb(140,69,253); }
td.TdClassName
{
border-color: #8C45FD;
}
.TagClassName
{
border-color: #8C45FD;
}
</style>