Shades of Blue Violet #8C18F3
Tints of Blue Violet #8C18F3
RGB
CMYK
RGB Variations
Color information
#8C18F3 (or 0x8C18F3) is known color: Blue Violet. HEX triplet: 8C, 18 and F3. RGB value is (140,24,243). Sum of RGB (Red+Green+Blue) = 140+24+243=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 24 (9.77% from 255 or 5.90% from 407); Blue value is 243 (95.31% from 255 or 59.71% from 407); Max value from RGB is 243 - color contains mainly: blue. Hex color #8C18F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C18F3 is #73E70C. Grayscale: #525252. Windows color (decimal): -7595789 or 15931532. OLE color: 15931532.
HSL color Cylindrical-coordinate representation of color #8C18F3: hue angle of 271.78º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8C18F3 is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 24 | 243 | - |
| CMYK | 0.42 | 0.90 | 0 | 0.05 |
| HSL | 271.78º | 0.9% | 0.52% | - |
| HSV(B) | 271.78º | 0.9% | 0.95% | - |
| XYZ | 27.32 | 12.7 | 85.81 | - |
| YUV | 83.65 | 217.93 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 24 | 243 | 0.42 | 0.90 | 0 | 0.05 | 271.78 | 0.9 | 0.52 |
| Hex | 8C | 18 | F3 | 2A | 5A | 0 | 5 | 110 | 5A | 34 |
| Octal | 214 | 30 | 363 | 52 | 132 | 0 | 5 | 420 | 132 | 64 |
| Binary | 10001100 | 11000 | 11110011 | 101010 | 1011010 | 0 | 101 | 100010000 | 1011010 | 110100 |
Color Harmonies of #8C18F3
Complementary color
Monochromatic Colors of #8C18F3
Black with #8C18F3
Text Example
Text Example
White with #8C18F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C18F3; }
p { color: rgb(140,24,243); }
H1.HeaderClassName
{
color: #8C18F3;
}
.AnyTagClassName
{
color: #8C18F3;
}
</style>
background-color css
<style>
a { background-color: #8C18F3; }
a { background-color: rgb(140,24,243); }
div.DivClassName
{
background-color: #8C18F3;
}
.BgClassName
{
background-color: #8C18F3;
}
</style>
border-color css
<style>
span { border-color: #8C18F3; }
span { border-color: rgb(140,24,243); }
td.TdClassName
{
border-color: #8C18F3;
}
.TagClassName
{
border-color: #8C18F3;
}
</style>