Shades of Blue Violet #8728FF
Tints of Blue Violet #8728FF
RGB
CMYK
RGB Variations
Color information
#8728FF (or 0x8728FF) is known color: Blue Violet. HEX triplet: 87, 28 and FF. RGB value is (135,40,255). Sum of RGB (Red+Green+Blue) = 135+40+255=430 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.40% from 430); Green value is 40 (16.02% from 255 or 9.30% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #8728FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8728FF is #78D700. Grayscale: #5C5C5C. Windows color (decimal): -7919361 or 16722055. OLE color: 16722055.
HSL color Cylindrical-coordinate representation of color #8728FF: hue angle of 266.51º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8728FF is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 40 | 255 | - |
| CMYK | 0.47 | 0.84 | 0 | 0 |
| HSL | 266.51º | 1% | 0.58% | - |
| HSV(B) | 266.51º | 0.84% | 1% | - |
| XYZ | 28.8 | 13.89 | 95.77 | - |
| YUV | 92.92 | 219.47 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 40 | 255 | 0.47 | 0.84 | 0 | 0 | 266.51 | 1 | 0.58 |
| Hex | 87 | 28 | FF | 2F | 54 | 0 | 0 | 10B | 64 | 3A |
| Octal | 207 | 50 | 377 | 57 | 124 | 0 | 0 | 413 | 144 | 72 |
| Binary | 10000111 | 101000 | 11111111 | 101111 | 1010100 | 0 | 0 | 100001011 | 1100100 | 111010 |
Color Harmonies of #8728FF
Complementary color
Monochromatic Colors of #8728FF
Black with #8728FF
Text Example
Text Example
White with #8728FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8728FF; }
p { color: rgb(135,40,255); }
H1.HeaderClassName
{
color: #8728FF;
}
.AnyTagClassName
{
color: #8728FF;
}
</style>
background-color css
<style>
a { background-color: #8728FF; }
a { background-color: rgb(135,40,255); }
div.DivClassName
{
background-color: #8728FF;
}
.BgClassName
{
background-color: #8728FF;
}
</style>
border-color css
<style>
span { border-color: #8728FF; }
span { border-color: rgb(135,40,255); }
td.TdClassName
{
border-color: #8728FF;
}
.TagClassName
{
border-color: #8728FF;
}
</style>