Shades of Blue Violet #8724FF
Tints of Blue Violet #8724FF
RGB
CMYK
RGB Variations
Color information
#8724FF (or 0x8724FF) is known color: Blue Violet. HEX triplet: 87, 24 and FF. RGB value is (135,36,255). Sum of RGB (Red+Green+Blue) = 135+36+255=426 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.69% from 426); Green value is 36 (14.45% from 255 or 8.45% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #8724FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8724FF is #78DB00. Grayscale: #595959. Windows color (decimal): -7920385 or 16721031. OLE color: 16721031.
HSL color Cylindrical-coordinate representation of color #8724FF: hue angle of 267.12º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8724FF is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 36 | 255 | - |
| CMYK | 0.47 | 0.86 | 0 | 0 |
| HSL | 267.12º | 1% | 0.57% | - |
| HSV(B) | 267.12º | 0.86% | 1% | - |
| XYZ | 28.67 | 13.63 | 95.73 | - |
| YUV | 90.57 | 220.8 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 36 | 255 | 0.47 | 0.86 | 0 | 0 | 267.12 | 1 | 0.57 |
| Hex | 87 | 24 | FF | 2F | 56 | 0 | 0 | 10B | 64 | 39 |
| Octal | 207 | 44 | 377 | 57 | 126 | 0 | 0 | 413 | 144 | 71 |
| Binary | 10000111 | 100100 | 11111111 | 101111 | 1010110 | 0 | 0 | 100001011 | 1100100 | 111001 |
Color Harmonies of #8724FF
Complementary color
Monochromatic Colors of #8724FF
Black with #8724FF
Text Example
Text Example
White with #8724FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8724FF; }
p { color: rgb(135,36,255); }
H1.HeaderClassName
{
color: #8724FF;
}
.AnyTagClassName
{
color: #8724FF;
}
</style>
background-color css
<style>
a { background-color: #8724FF; }
a { background-color: rgb(135,36,255); }
div.DivClassName
{
background-color: #8724FF;
}
.BgClassName
{
background-color: #8724FF;
}
</style>
border-color css
<style>
span { border-color: #8724FF; }
span { border-color: rgb(135,36,255); }
td.TdClassName
{
border-color: #8724FF;
}
.TagClassName
{
border-color: #8724FF;
}
</style>