Shades of Blue Violet #8731DB
Tints of Blue Violet #8731DB
RGB
CMYK
RGB Variations
Color information
#8731DB (or 0x8731DB) is known color: Blue Violet. HEX triplet: 87, 31 and DB. RGB value is (135,49,219). Sum of RGB (Red+Green+Blue) = 135+49+219=403 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.50% from 403); Green value is 49 (19.53% from 255 or 12.16% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #8731DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8731DB is #78CE24. Grayscale: #5D5D5D. Windows color (decimal): -7917093 or 14365063. OLE color: 14365063.
HSL color Cylindrical-coordinate representation of color #8731DB: hue angle of 270.35º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8731DB is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 49 | 219 | - |
| CMYK | 0.38 | 0.78 | 0 | 0.14 |
| HSL | 270.35º | 0.7% | 0.53% | - |
| HSV(B) | 270.35º | 0.78% | 0.86% | - |
| XYZ | 23.88 | 12.46 | 68.16 | - |
| YUV | 94.09 | 198.49 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 49 | 219 | 0.38 | 0.78 | 0 | 0.14 | 270.35 | 0.7 | 0.53 |
| Hex | 87 | 31 | DB | 26 | 4E | 0 | E | 10E | 46 | 35 |
| Octal | 207 | 61 | 333 | 46 | 116 | 0 | 16 | 416 | 106 | 65 |
| Binary | 10000111 | 110001 | 11011011 | 100110 | 1001110 | 0 | 1110 | 100001110 | 1000110 | 110101 |
Color Harmonies of #8731DB
Complementary color
Monochromatic Colors of #8731DB
Black with #8731DB
Text Example
Text Example
White with #8731DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8731DB; }
p { color: rgb(135,49,219); }
H1.HeaderClassName
{
color: #8731DB;
}
.AnyTagClassName
{
color: #8731DB;
}
</style>
background-color css
<style>
a { background-color: #8731DB; }
a { background-color: rgb(135,49,219); }
div.DivClassName
{
background-color: #8731DB;
}
.BgClassName
{
background-color: #8731DB;
}
</style>
border-color css
<style>
span { border-color: #8731DB; }
span { border-color: rgb(135,49,219); }
td.TdClassName
{
border-color: #8731DB;
}
.TagClassName
{
border-color: #8731DB;
}
</style>