Shades of Blue Violet #8C0FF0
Tints of Blue Violet #8C0FF0
RGB
CMYK
RGB Variations
Color information
#8C0FF0 (or 0x8C0FF0) is known color: Blue Violet. HEX triplet: 8C, 0F and F0. RGB value is (140,15,240). Sum of RGB (Red+Green+Blue) = 140+15+240=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 15 (6.25% from 255 or 3.80% from 395); Blue value is 240 (94.14% from 255 or 60.76% from 395); Max value from RGB is 240 - color contains mainly: blue. Hex color #8C0FF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C0FF0 is #73F00F. Grayscale: #4D4D4D. Windows color (decimal): -7598096 or 15732620. OLE color: 15732620.
HSL color Cylindrical-coordinate representation of color #8C0FF0: hue angle of 273.33º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0FF0 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 15 | 240 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.06 |
| HSL | 273.33º | 0.88% | 0.5% | - |
| HSV(B) | 273.33º | 0.94% | 0.94% | - |
| XYZ | 26.71 | 12.21 | 83.39 | - |
| YUV | 78.03 | 219.41 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 15 | 240 | 0.42 | 0.94 | 0 | 0.06 | 273.33 | 0.88 | 0.5 |
| Hex | 8C | F | F0 | 2A | 5E | 0 | 6 | 111 | 58 | 32 |
| Octal | 214 | 17 | 360 | 52 | 136 | 0 | 6 | 421 | 130 | 62 |
| Binary | 10001100 | 1111 | 11110000 | 101010 | 1011110 | 0 | 110 | 100010001 | 1011000 | 110010 |
Color Harmonies of #8C0FF0
Complementary color
Monochromatic Colors of #8C0FF0
Black with #8C0FF0
Text Example
Text Example
White with #8C0FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0FF0; }
p { color: rgb(140,15,240); }
H1.HeaderClassName
{
color: #8C0FF0;
}
.AnyTagClassName
{
color: #8C0FF0;
}
</style>
background-color css
<style>
a { background-color: #8C0FF0; }
a { background-color: rgb(140,15,240); }
div.DivClassName
{
background-color: #8C0FF0;
}
.BgClassName
{
background-color: #8C0FF0;
}
</style>
border-color css
<style>
span { border-color: #8C0FF0; }
span { border-color: rgb(140,15,240); }
td.TdClassName
{
border-color: #8C0FF0;
}
.TagClassName
{
border-color: #8C0FF0;
}
</style>