Shades of Blue Violet #8C19FF
Tints of Blue Violet #8C19FF
RGB
CMYK
RGB Variations
Color information
#8C19FF (or 0x8C19FF) is known color: Blue Violet. HEX triplet: 8C, 19 and FF. RGB value is (140,25,255). Sum of RGB (Red+Green+Blue) = 140+25+255=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 25 (10.16% from 255 or 5.95% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C19FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C19FF is #73E600. Grayscale: #545454. Windows color (decimal): -7595521 or 16718220. OLE color: 16718220.
HSL color Cylindrical-coordinate representation of color #8C19FF: hue angle of 270º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8C19FF is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 25 | 255 | - |
| CMYK | 0.45 | 0.90 | 0 | 0 |
| HSL | 270º | 1% | 0.55% | - |
| HSV(B) | 270º | 0.9% | 1% | - |
| XYZ | 29.21 | 13.49 | 95.67 | - |
| YUV | 85.61 | 223.6 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 25 | 255 | 0.45 | 0.90 | 0 | 0 | 270 | 1 | 0.55 |
| Hex | 8C | 19 | FF | 2D | 5A | 0 | 0 | 10E | 64 | 37 |
| Octal | 214 | 31 | 377 | 55 | 132 | 0 | 0 | 416 | 144 | 67 |
| Binary | 10001100 | 11001 | 11111111 | 101101 | 1011010 | 0 | 0 | 100001110 | 1100100 | 110111 |
Color Harmonies of #8C19FF
Complementary color
Monochromatic Colors of #8C19FF
Black with #8C19FF
Text Example
Text Example
White with #8C19FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C19FF; }
p { color: rgb(140,25,255); }
H1.HeaderClassName
{
color: #8C19FF;
}
.AnyTagClassName
{
color: #8C19FF;
}
</style>
background-color css
<style>
a { background-color: #8C19FF; }
a { background-color: rgb(140,25,255); }
div.DivClassName
{
background-color: #8C19FF;
}
.BgClassName
{
background-color: #8C19FF;
}
</style>
border-color css
<style>
span { border-color: #8C19FF; }
span { border-color: rgb(140,25,255); }
td.TdClassName
{
border-color: #8C19FF;
}
.TagClassName
{
border-color: #8C19FF;
}
</style>