Shades of Blue Violet #8C0FEE
Tints of Blue Violet #8C0FEE
RGB
CMYK
RGB Variations
Color information
#8C0FEE (or 0x8C0FEE) is known color: Blue Violet. HEX triplet: 8C, 0F and EE. RGB value is (140,15,238). Sum of RGB (Red+Green+Blue) = 140+15+238=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 15 (6.25% from 255 or 3.82% from 393); Blue value is 238 (93.36% from 255 or 60.56% from 393); Max value from RGB is 238 - color contains mainly: blue. Hex color #8C0FEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C0FEE is #73F011. Grayscale: #4D4D4D. Windows color (decimal): -7598098 or 15601548. OLE color: 15601548.
HSL color Cylindrical-coordinate representation of color #8C0FEE: hue angle of 273.63º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0FEE is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 15 | 238 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.07 |
| HSL | 273.63º | 0.88% | 0.5% | - |
| HSV(B) | 273.63º | 0.94% | 0.93% | - |
| XYZ | 26.42 | 12.09 | 81.83 | - |
| YUV | 77.8 | 218.41 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 15 | 238 | 0.41 | 0.94 | 0 | 0.07 | 273.63 | 0.88 | 0.5 |
| Hex | 8C | F | EE | 29 | 5E | 0 | 7 | 112 | 58 | 32 |
| Octal | 214 | 17 | 356 | 51 | 136 | 0 | 7 | 422 | 130 | 62 |
| Binary | 10001100 | 1111 | 11101110 | 101001 | 1011110 | 0 | 111 | 100010010 | 1011000 | 110010 |
Color Harmonies of #8C0FEE
Complementary color
Monochromatic Colors of #8C0FEE
Black with #8C0FEE
Text Example
Text Example
White with #8C0FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0FEE; }
p { color: rgb(140,15,238); }
H1.HeaderClassName
{
color: #8C0FEE;
}
.AnyTagClassName
{
color: #8C0FEE;
}
</style>
background-color css
<style>
a { background-color: #8C0FEE; }
a { background-color: rgb(140,15,238); }
div.DivClassName
{
background-color: #8C0FEE;
}
.BgClassName
{
background-color: #8C0FEE;
}
</style>
border-color css
<style>
span { border-color: #8C0FEE; }
span { border-color: rgb(140,15,238); }
td.TdClassName
{
border-color: #8C0FEE;
}
.TagClassName
{
border-color: #8C0FEE;
}
</style>