Shades of Blue Violet #8726DC
Tints of Blue Violet #8726DC
RGB
CMYK
RGB Variations
Color information
#8726DC (or 0x8726DC) is known color: Blue Violet. HEX triplet: 87, 26 and DC. RGB value is (135,38,220). Sum of RGB (Red+Green+Blue) = 135+38+220=393 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.35% from 393); Green value is 38 (15.23% from 255 or 9.67% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #8726DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8726DC is #78D923. Grayscale: #575757. Windows color (decimal): -7919908 or 14427783. OLE color: 14427783.
HSL color Cylindrical-coordinate representation of color #8726DC: hue angle of 271.98º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8726DC is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 38 | 220 | - |
| CMYK | 0.39 | 0.83 | 0 | 0.14 |
| HSL | 271.98º | 0.72% | 0.51% | - |
| HSV(B) | 271.98º | 0.83% | 0.86% | - |
| XYZ | 23.6 | 11.7 | 68.73 | - |
| YUV | 87.75 | 202.64 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 38 | 220 | 0.39 | 0.83 | 0 | 0.14 | 271.98 | 0.72 | 0.51 |
| Hex | 87 | 26 | DC | 27 | 53 | 0 | E | 110 | 48 | 33 |
| Octal | 207 | 46 | 334 | 47 | 123 | 0 | 16 | 420 | 110 | 63 |
| Binary | 10000111 | 100110 | 11011100 | 100111 | 1010011 | 0 | 1110 | 100010000 | 1001000 | 110011 |
Color Harmonies of #8726DC
Complementary color
Monochromatic Colors of #8726DC
Black with #8726DC
Text Example
Text Example
White with #8726DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8726DC; }
p { color: rgb(135,38,220); }
H1.HeaderClassName
{
color: #8726DC;
}
.AnyTagClassName
{
color: #8726DC;
}
</style>
background-color css
<style>
a { background-color: #8726DC; }
a { background-color: rgb(135,38,220); }
div.DivClassName
{
background-color: #8726DC;
}
.BgClassName
{
background-color: #8726DC;
}
</style>
border-color css
<style>
span { border-color: #8726DC; }
span { border-color: rgb(135,38,220); }
td.TdClassName
{
border-color: #8726DC;
}
.TagClassName
{
border-color: #8726DC;
}
</style>