Shades of Blue Violet #8C3FFC
Tints of Blue Violet #8C3FFC
RGB
CMYK
RGB Variations
Color information
#8C3FFC (or 0x8C3FFC) is known color: Blue Violet. HEX triplet: 8C, 3F and FC. RGB value is (140,63,252). Sum of RGB (Red+Green+Blue) = 140+63+252=455 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.77% from 455); Green value is 63 (25% from 255 or 13.85% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #8C3FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C3FFC is #73C003. Grayscale: #6A6A6A. Windows color (decimal): -7585796 or 16531340. OLE color: 16531340.
HSL color Cylindrical-coordinate representation of color #8C3FFC: hue angle of 264.44º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C3FFC is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 63 | 252 | - |
| CMYK | 0.44 | 0.75 | 0 | 0.01 |
| HSL | 264.44º | 0.97% | 0.62% | - |
| HSV(B) | 264.44º | 0.75% | 0.99% | - |
| XYZ | 30.16 | 16.16 | 93.62 | - |
| YUV | 107.57 | 209.51 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 63 | 252 | 0.44 | 0.75 | 0 | 0.01 | 264.44 | 0.97 | 0.62 |
| Hex | 8C | 3F | FC | 2C | 4B | 0 | 1 | 108 | 61 | 3E |
| Octal | 214 | 77 | 374 | 54 | 113 | 0 | 1 | 410 | 141 | 76 |
| Binary | 10001100 | 111111 | 11111100 | 101100 | 1001011 | 0 | 1 | 100001000 | 1100001 | 111110 |
Color Harmonies of #8C3FFC
Complementary color
Monochromatic Colors of #8C3FFC
Black with #8C3FFC
Text Example
Text Example
White with #8C3FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3FFC; }
p { color: rgb(140,63,252); }
H1.HeaderClassName
{
color: #8C3FFC;
}
.AnyTagClassName
{
color: #8C3FFC;
}
</style>
background-color css
<style>
a { background-color: #8C3FFC; }
a { background-color: rgb(140,63,252); }
div.DivClassName
{
background-color: #8C3FFC;
}
.BgClassName
{
background-color: #8C3FFC;
}
</style>
border-color css
<style>
span { border-color: #8C3FFC; }
span { border-color: rgb(140,63,252); }
td.TdClassName
{
border-color: #8C3FFC;
}
.TagClassName
{
border-color: #8C3FFC;
}
</style>