Shades of Blue Violet #8C15DD
Tints of Blue Violet #8C15DD
RGB
CMYK
RGB Variations
Color information
#8C15DD (or 0x8C15DD) is known color: Blue Violet. HEX triplet: 8C, 15 and DD. RGB value is (140,21,221). Sum of RGB (Red+Green+Blue) = 140+21+221=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 21 (8.59% from 255 or 5.50% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C15DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C15DD is #73EA22. Grayscale: #4E4E4E. Windows color (decimal): -7596579 or 14488972. OLE color: 14488972.
HSL color Cylindrical-coordinate representation of color #8C15DD: hue angle of 275.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8C15DD is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 21 | 221 | - |
| CMYK | 0.37 | 0.90 | 0 | 0.13 |
| HSL | 275.7º | 0.83% | 0.47% | - |
| HSV(B) | 275.7º | 0.9% | 0.87% | - |
| XYZ | 24.13 | 11.33 | 69.32 | - |
| YUV | 79.38 | 207.92 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 21 | 221 | 0.37 | 0.90 | 0 | 0.13 | 275.7 | 0.83 | 0.47 |
| Hex | 8C | 15 | DD | 25 | 5A | 0 | D | 114 | 53 | 2F |
| Octal | 214 | 25 | 335 | 45 | 132 | 0 | 15 | 424 | 123 | 57 |
| Binary | 10001100 | 10101 | 11011101 | 100101 | 1011010 | 0 | 1101 | 100010100 | 1010011 | 101111 |
Color Harmonies of #8C15DD
Complementary color
Monochromatic Colors of #8C15DD
Black with #8C15DD
Text Example
Text Example
White with #8C15DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C15DD; }
p { color: rgb(140,21,221); }
H1.HeaderClassName
{
color: #8C15DD;
}
.AnyTagClassName
{
color: #8C15DD;
}
</style>
background-color css
<style>
a { background-color: #8C15DD; }
a { background-color: rgb(140,21,221); }
div.DivClassName
{
background-color: #8C15DD;
}
.BgClassName
{
background-color: #8C15DD;
}
</style>
border-color css
<style>
span { border-color: #8C15DD; }
span { border-color: rgb(140,21,221); }
td.TdClassName
{
border-color: #8C15DD;
}
.TagClassName
{
border-color: #8C15DD;
}
</style>