Shades of Blue Violet #8C18FE
Tints of Blue Violet #8C18FE
RGB
CMYK
RGB Variations
Color information
#8C18FE (or 0x8C18FE) is known color: Blue Violet. HEX triplet: 8C, 18 and FE. RGB value is (140,24,254). Sum of RGB (Red+Green+Blue) = 140+24+254=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 24 (9.77% from 255 or 5.74% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C18FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C18FE is #73E701. Grayscale: #545454. Windows color (decimal): -7595778 or 16652428. OLE color: 16652428.
HSL color Cylindrical-coordinate representation of color #8C18FE: hue angle of 270.26º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C18FE is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 24 | 254 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.00 |
| HSL | 270.26º | 0.99% | 0.55% | - |
| HSV(B) | 270.26º | 0.91% | 1% | - |
| XYZ | 29.03 | 13.38 | 94.82 | - |
| YUV | 84.9 | 223.43 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 24 | 254 | 0.45 | 0.91 | 0 | 0.00 | 270.26 | 0.99 | 0.55 |
| Hex | 8C | 18 | FE | 2D | 5B | 0 | 0 | 10E | 63 | 37 |
| Octal | 214 | 30 | 376 | 55 | 133 | 0 | 0 | 416 | 143 | 67 |
| Binary | 10001100 | 11000 | 11111110 | 101101 | 1011011 | 0 | 0 | 100001110 | 1100011 | 110111 |
Color Harmonies of #8C18FE
Complementary color
Monochromatic Colors of #8C18FE
Black with #8C18FE
Text Example
Text Example
White with #8C18FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C18FE; }
p { color: rgb(140,24,254); }
H1.HeaderClassName
{
color: #8C18FE;
}
.AnyTagClassName
{
color: #8C18FE;
}
</style>
background-color css
<style>
a { background-color: #8C18FE; }
a { background-color: rgb(140,24,254); }
div.DivClassName
{
background-color: #8C18FE;
}
.BgClassName
{
background-color: #8C18FE;
}
</style>
border-color css
<style>
span { border-color: #8C18FE; }
span { border-color: rgb(140,24,254); }
td.TdClassName
{
border-color: #8C18FE;
}
.TagClassName
{
border-color: #8C18FE;
}
</style>