Shades of Blue Violet #8747DC
Tints of Blue Violet #8747DC
RGB
CMYK
RGB Variations
Color information
#8747DC (or 0x8747DC) is known color: Blue Violet. HEX triplet: 87, 47 and DC. RGB value is (135,71,220). Sum of RGB (Red+Green+Blue) = 135+71+220=426 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.69% from 426); Green value is 71 (28.12% from 255 or 16.67% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #8747DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8747DC is #78B823. Grayscale: #6A6A6A. Windows color (decimal): -7911460 or 14436231. OLE color: 14436231.
HSL color Cylindrical-coordinate representation of color #8747DC: hue angle of 265.77º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8747DC is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 71 | 220 | - |
| CMYK | 0.39 | 0.68 | 0 | 0.14 |
| HSL | 265.77º | 0.68% | 0.57% | - |
| HSV(B) | 265.77º | 0.68% | 0.86% | - |
| XYZ | 25.16 | 14.82 | 69.25 | - |
| YUV | 107.12 | 191.7 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 71 | 220 | 0.39 | 0.68 | 0 | 0.14 | 265.77 | 0.68 | 0.57 |
| Hex | 87 | 47 | DC | 27 | 44 | 0 | E | 10A | 44 | 39 |
| Octal | 207 | 107 | 334 | 47 | 104 | 0 | 16 | 412 | 104 | 71 |
| Binary | 10000111 | 1000111 | 11011100 | 100111 | 1000100 | 0 | 1110 | 100001010 | 1000100 | 111001 |
Color Harmonies of #8747DC
Complementary color
Monochromatic Colors of #8747DC
Black with #8747DC
Text Example
Text Example
White with #8747DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8747DC; }
p { color: rgb(135,71,220); }
H1.HeaderClassName
{
color: #8747DC;
}
.AnyTagClassName
{
color: #8747DC;
}
</style>
background-color css
<style>
a { background-color: #8747DC; }
a { background-color: rgb(135,71,220); }
div.DivClassName
{
background-color: #8747DC;
}
.BgClassName
{
background-color: #8747DC;
}
</style>
border-color css
<style>
span { border-color: #8747DC; }
span { border-color: rgb(135,71,220); }
td.TdClassName
{
border-color: #8747DC;
}
.TagClassName
{
border-color: #8747DC;
}
</style>