Shades of Blue Violet #8731EF
Tints of Blue Violet #8731EF
RGB
CMYK
RGB Variations
Color information
#8731EF (or 0x8731EF) is known color: Blue Violet. HEX triplet: 87, 31 and EF. RGB value is (135,49,239). Sum of RGB (Red+Green+Blue) = 135+49+239=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 49 (19.53% from 255 or 11.58% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #8731EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8731EF is #78CE10. Grayscale: #5F5F5F. Windows color (decimal): -7917073 or 15675783. OLE color: 15675783.
HSL color Cylindrical-coordinate representation of color #8731EF: hue angle of 267.16º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8731EF is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 135 | 49 | 239 | - |
| CMYK | 0.44 | 0.79 | 0 | 0.06 |
| HSL | 267.16º | 0.86% | 0.56% | - |
| HSV(B) | 267.16º | 0.79% | 0.94% | - |
| XYZ | 26.67 | 13.58 | 82.88 | - |
| YUV | 96.37 | 208.49 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 49 | 239 | 0.44 | 0.79 | 0 | 0.06 | 267.16 | 0.86 | 0.56 |
| Hex | 87 | 31 | EF | 2C | 4F | 0 | 6 | 10B | 56 | 38 |
| Octal | 207 | 61 | 357 | 54 | 117 | 0 | 6 | 413 | 126 | 70 |
| Binary | 10000111 | 110001 | 11101111 | 101100 | 1001111 | 0 | 110 | 100001011 | 1010110 | 111000 |
Color Harmonies of #8731EF
Complementary color
Monochromatic Colors of #8731EF
Black with #8731EF
Text Example
Text Example
White with #8731EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8731EF; }
p { color: rgb(135,49,239); }
H1.HeaderClassName
{
color: #8731EF;
}
.AnyTagClassName
{
color: #8731EF;
}
</style>
background-color css
<style>
a { background-color: #8731EF; }
a { background-color: rgb(135,49,239); }
div.DivClassName
{
background-color: #8731EF;
}
.BgClassName
{
background-color: #8731EF;
}
</style>
border-color css
<style>
span { border-color: #8731EF; }
span { border-color: rgb(135,49,239); }
td.TdClassName
{
border-color: #8731EF;
}
.TagClassName
{
border-color: #8731EF;
}
</style>