Shades of Blue Violet #8728DB
Tints of Blue Violet #8728DB
RGB
CMYK
RGB Variations
Color information
#8728DB (or 0x8728DB) is known color: Blue Violet. HEX triplet: 87, 28 and DB. RGB value is (135,40,219). Sum of RGB (Red+Green+Blue) = 135+40+219=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 40 (16.02% from 255 or 10.15% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #8728DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8728DB is #78D724. Grayscale: #585858. Windows color (decimal): -7919397 or 14362759. OLE color: 14362759.
HSL color Cylindrical-coordinate representation of color #8728DB: hue angle of 271.84º degrees, saturation: 0.71, 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 #8728DB is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 40 | 219 | - |
| CMYK | 0.38 | 0.82 | 0 | 0.14 |
| HSL | 271.84º | 0.71% | 0.51% | - |
| HSV(B) | 271.84º | 0.82% | 0.86% | - |
| XYZ | 23.54 | 11.78 | 68.05 | - |
| YUV | 88.81 | 201.47 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 40 | 219 | 0.38 | 0.82 | 0 | 0.14 | 271.84 | 0.71 | 0.51 |
| Hex | 87 | 28 | DB | 26 | 52 | 0 | E | 110 | 47 | 33 |
| Octal | 207 | 50 | 333 | 46 | 122 | 0 | 16 | 420 | 107 | 63 |
| Binary | 10000111 | 101000 | 11011011 | 100110 | 1010010 | 0 | 1110 | 100010000 | 1000111 | 110011 |
Color Harmonies of #8728DB
Complementary color
Monochromatic Colors of #8728DB
Black with #8728DB
Text Example
Text Example
White with #8728DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8728DB; }
p { color: rgb(135,40,219); }
H1.HeaderClassName
{
color: #8728DB;
}
.AnyTagClassName
{
color: #8728DB;
}
</style>
background-color css
<style>
a { background-color: #8728DB; }
a { background-color: rgb(135,40,219); }
div.DivClassName
{
background-color: #8728DB;
}
.BgClassName
{
background-color: #8728DB;
}
</style>
border-color css
<style>
span { border-color: #8728DB; }
span { border-color: rgb(135,40,219); }
td.TdClassName
{
border-color: #8728DB;
}
.TagClassName
{
border-color: #8728DB;
}
</style>