Shades of Blue Violet #8728DC
Tints of Blue Violet #8728DC
RGB
CMYK
RGB Variations
Color information
#8728DC (or 0x8728DC) is known color: Blue Violet. HEX triplet: 87, 28 and DC. RGB value is (135,40,220). Sum of RGB (Red+Green+Blue) = 135+40+220=395 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.18% from 395); Green value is 40 (16.02% from 255 or 10.13% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #8728DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8728DC is #78D723. Grayscale: #585858. Windows color (decimal): -7919396 or 14428295. OLE color: 14428295.
HSL color Cylindrical-coordinate representation of color #8728DC: hue angle of 271.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8728DC is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 40 | 220 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.14 |
| HSL | 271.67º | 0.72% | 0.51% | - |
| HSV(B) | 271.67º | 0.82% | 0.86% | - |
| XYZ | 23.67 | 11.84 | 68.75 | - |
| YUV | 88.93 | 201.97 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 40 | 220 | 0.39 | 0.82 | 0 | 0.14 | 271.67 | 0.72 | 0.51 |
| Hex | 87 | 28 | DC | 27 | 52 | 0 | E | 110 | 48 | 33 |
| Octal | 207 | 50 | 334 | 47 | 122 | 0 | 16 | 420 | 110 | 63 |
| Binary | 10000111 | 101000 | 11011100 | 100111 | 1010010 | 0 | 1110 | 100010000 | 1001000 | 110011 |
Color Harmonies of #8728DC
Complementary color
Monochromatic Colors of #8728DC
Black with #8728DC
Text Example
Text Example
White with #8728DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8728DC; }
p { color: rgb(135,40,220); }
H1.HeaderClassName
{
color: #8728DC;
}
.AnyTagClassName
{
color: #8728DC;
}
</style>
background-color css
<style>
a { background-color: #8728DC; }
a { background-color: rgb(135,40,220); }
div.DivClassName
{
background-color: #8728DC;
}
.BgClassName
{
background-color: #8728DC;
}
</style>
border-color css
<style>
span { border-color: #8728DC; }
span { border-color: rgb(135,40,220); }
td.TdClassName
{
border-color: #8728DC;
}
.TagClassName
{
border-color: #8728DC;
}
</style>