Shades of Blue Violet #8731DC
Tints of Blue Violet #8731DC
RGB
CMYK
RGB Variations
Color information
#8731DC (or 0x8731DC) is known color: Blue Violet. HEX triplet: 87, 31 and DC. RGB value is (135,49,220). Sum of RGB (Red+Green+Blue) = 135+49+220=404 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.42% from 404); Green value is 49 (19.53% from 255 or 12.13% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #8731DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8731DC is #78CE23. Grayscale: #5D5D5D. Windows color (decimal): -7917092 or 14430599. OLE color: 14430599.
HSL color Cylindrical-coordinate representation of color #8731DC: hue angle of 270.18º degrees, saturation: 0.71, 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 #8731DC is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 49 | 220 | - |
| CMYK | 0.39 | 0.78 | 0 | 0.14 |
| HSL | 270.18º | 0.71% | 0.53% | - |
| HSV(B) | 270.18º | 0.78% | 0.86% | - |
| XYZ | 24.01 | 12.51 | 68.86 | - |
| YUV | 94.21 | 198.99 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 49 | 220 | 0.39 | 0.78 | 0 | 0.14 | 270.18 | 0.71 | 0.53 |
| Hex | 87 | 31 | DC | 27 | 4E | 0 | E | 10E | 47 | 35 |
| Octal | 207 | 61 | 334 | 47 | 116 | 0 | 16 | 416 | 107 | 65 |
| Binary | 10000111 | 110001 | 11011100 | 100111 | 1001110 | 0 | 1110 | 100001110 | 1000111 | 110101 |
Color Harmonies of #8731DC
Complementary color
Monochromatic Colors of #8731DC
Black with #8731DC
Text Example
Text Example
White with #8731DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8731DC; }
p { color: rgb(135,49,220); }
H1.HeaderClassName
{
color: #8731DC;
}
.AnyTagClassName
{
color: #8731DC;
}
</style>
background-color css
<style>
a { background-color: #8731DC; }
a { background-color: rgb(135,49,220); }
div.DivClassName
{
background-color: #8731DC;
}
.BgClassName
{
background-color: #8731DC;
}
</style>
border-color css
<style>
span { border-color: #8731DC; }
span { border-color: rgb(135,49,220); }
td.TdClassName
{
border-color: #8731DC;
}
.TagClassName
{
border-color: #8731DC;
}
</style>