Shades of Blue Violet #8C19EE
Tints of Blue Violet #8C19EE
RGB
CMYK
RGB Variations
Color information
#8C19EE (or 0x8C19EE) is known color: Blue Violet. HEX triplet: 8C, 19 and EE. RGB value is (140,25,238). Sum of RGB (Red+Green+Blue) = 140+25+238=403 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.74% from 403); Green value is 25 (10.16% from 255 or 6.20% from 403); Blue value is 238 (93.36% from 255 or 59.06% from 403); Max value from RGB is 238 - color contains mainly: blue. Hex color #8C19EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C19EE is #73E611. Grayscale: #525252. Windows color (decimal): -7595538 or 15604108. OLE color: 15604108.
HSL color Cylindrical-coordinate representation of color #8C19EE: hue angle of 272.39º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C19EE is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 25 | 238 | - |
| CMYK | 0.41 | 0.89 | 0 | 0.07 |
| HSL | 272.39º | 0.86% | 0.52% | - |
| HSV(B) | 272.39º | 0.89% | 0.93% | - |
| XYZ | 26.6 | 12.44 | 81.89 | - |
| YUV | 83.67 | 215.1 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 25 | 238 | 0.41 | 0.89 | 0 | 0.07 | 272.39 | 0.86 | 0.52 |
| Hex | 8C | 19 | EE | 29 | 59 | 0 | 7 | 110 | 56 | 34 |
| Octal | 214 | 31 | 356 | 51 | 131 | 0 | 7 | 420 | 126 | 64 |
| Binary | 10001100 | 11001 | 11101110 | 101001 | 1011001 | 0 | 111 | 100010000 | 1010110 | 110100 |
Color Harmonies of #8C19EE
Complementary color
Monochromatic Colors of #8C19EE
Black with #8C19EE
Text Example
Text Example
White with #8C19EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C19EE; }
p { color: rgb(140,25,238); }
H1.HeaderClassName
{
color: #8C19EE;
}
.AnyTagClassName
{
color: #8C19EE;
}
</style>
background-color css
<style>
a { background-color: #8C19EE; }
a { background-color: rgb(140,25,238); }
div.DivClassName
{
background-color: #8C19EE;
}
.BgClassName
{
background-color: #8C19EE;
}
</style>
border-color css
<style>
span { border-color: #8C19EE; }
span { border-color: rgb(140,25,238); }
td.TdClassName
{
border-color: #8C19EE;
}
.TagClassName
{
border-color: #8C19EE;
}
</style>