Shades of Blue Violet #8C47DD
Tints of Blue Violet #8C47DD
RGB
CMYK
RGB Variations
Color information
#8C47DD (or 0x8C47DD) is known color: Blue Violet. HEX triplet: 8C, 47 and DD. RGB value is (140,71,221). Sum of RGB (Red+Green+Blue) = 140+71+221=432 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.41% from 432); Green value is 71 (28.12% from 255 or 16.44% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C47DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C47DD is #73B822. Grayscale: #6C6C6C. Windows color (decimal): -7583779 or 14501772. OLE color: 14501772.
HSL color Cylindrical-coordinate representation of color #8C47DD: hue angle of 267.6º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C47DD is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 71 | 221 | - |
| CMYK | 0.37 | 0.68 | 0 | 0.13 |
| HSL | 267.6º | 0.69% | 0.57% | - |
| HSV(B) | 267.6º | 0.68% | 0.87% | - |
| XYZ | 26.12 | 15.3 | 69.98 | - |
| YUV | 108.73 | 191.36 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 71 | 221 | 0.37 | 0.68 | 0 | 0.13 | 267.6 | 0.69 | 0.57 |
| Hex | 8C | 47 | DD | 25 | 44 | 0 | D | 10C | 45 | 39 |
| Octal | 214 | 107 | 335 | 45 | 104 | 0 | 15 | 414 | 105 | 71 |
| Binary | 10001100 | 1000111 | 11011101 | 100101 | 1000100 | 0 | 1101 | 100001100 | 1000101 | 111001 |
Color Harmonies of #8C47DD
Complementary color
Monochromatic Colors of #8C47DD
Black with #8C47DD
Text Example
Text Example
White with #8C47DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C47DD; }
p { color: rgb(140,71,221); }
H1.HeaderClassName
{
color: #8C47DD;
}
.AnyTagClassName
{
color: #8C47DD;
}
</style>
background-color css
<style>
a { background-color: #8C47DD; }
a { background-color: rgb(140,71,221); }
div.DivClassName
{
background-color: #8C47DD;
}
.BgClassName
{
background-color: #8C47DD;
}
</style>
border-color css
<style>
span { border-color: #8C47DD; }
span { border-color: rgb(140,71,221); }
td.TdClassName
{
border-color: #8C47DD;
}
.TagClassName
{
border-color: #8C47DD;
}
</style>