Shades of Blue Violet #8C38FE
Tints of Blue Violet #8C38FE
RGB
CMYK
RGB Variations
Color information
#8C38FE (or 0x8C38FE) is known color: Blue Violet. HEX triplet: 8C, 38 and FE. RGB value is (140,56,254). Sum of RGB (Red+Green+Blue) = 140+56+254=450 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.11% from 450); Green value is 56 (22.27% from 255 or 12.44% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C38FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C38FE is #73C701. Grayscale: #666666. Windows color (decimal): -7587586 or 16660620. OLE color: 16660620.
HSL color Cylindrical-coordinate representation of color #8C38FE: hue angle of 265.45º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8C38FE is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 56 | 254 | - |
| CMYK | 0.45 | 0.78 | 0 | 0.00 |
| HSL | 265.45º | 0.99% | 0.61% | - |
| HSV(B) | 265.45º | 0.78% | 1% | - |
| XYZ | 30.12 | 15.56 | 95.18 | - |
| YUV | 103.69 | 212.83 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 56 | 254 | 0.45 | 0.78 | 0 | 0.00 | 265.45 | 0.99 | 0.61 |
| Hex | 8C | 38 | FE | 2D | 4E | 0 | 0 | 109 | 63 | 3D |
| Octal | 214 | 70 | 376 | 55 | 116 | 0 | 0 | 411 | 143 | 75 |
| Binary | 10001100 | 111000 | 11111110 | 101101 | 1001110 | 0 | 0 | 100001001 | 1100011 | 111101 |
Color Harmonies of #8C38FE
Complementary color
Monochromatic Colors of #8C38FE
Black with #8C38FE
Text Example
Text Example
White with #8C38FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C38FE; }
p { color: rgb(140,56,254); }
H1.HeaderClassName
{
color: #8C38FE;
}
.AnyTagClassName
{
color: #8C38FE;
}
</style>
background-color css
<style>
a { background-color: #8C38FE; }
a { background-color: rgb(140,56,254); }
div.DivClassName
{
background-color: #8C38FE;
}
.BgClassName
{
background-color: #8C38FE;
}
</style>
border-color css
<style>
span { border-color: #8C38FE; }
span { border-color: rgb(140,56,254); }
td.TdClassName
{
border-color: #8C38FE;
}
.TagClassName
{
border-color: #8C38FE;
}
</style>