Shades of Blue Violet #8731DD
Tints of Blue Violet #8731DD
RGB
CMYK
RGB Variations
Color information
#8731DD (or 0x8731DD) is known color: Blue Violet. HEX triplet: 87, 31 and DD. RGB value is (135,49,221). Sum of RGB (Red+Green+Blue) = 135+49+221=405 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.33% from 405); Green value is 49 (19.53% from 255 or 12.10% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #8731DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8731DD is #78CE22. Grayscale: #5D5D5D. Windows color (decimal): -7917091 or 14496135. OLE color: 14496135.
HSL color Cylindrical-coordinate representation of color #8731DD: hue angle of 270º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8731DD is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 49 | 221 | - |
| CMYK | 0.39 | 0.78 | 0 | 0.13 |
| HSL | 270º | 0.72% | 0.53% | - |
| HSV(B) | 270º | 0.78% | 0.87% | - |
| XYZ | 24.14 | 12.57 | 69.56 | - |
| YUV | 94.32 | 199.49 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 49 | 221 | 0.39 | 0.78 | 0 | 0.13 | 270 | 0.72 | 0.53 |
| Hex | 87 | 31 | DD | 27 | 4E | 0 | D | 10E | 48 | 35 |
| Octal | 207 | 61 | 335 | 47 | 116 | 0 | 15 | 416 | 110 | 65 |
| Binary | 10000111 | 110001 | 11011101 | 100111 | 1001110 | 0 | 1101 | 100001110 | 1001000 | 110101 |
Color Harmonies of #8731DD
Complementary color
Monochromatic Colors of #8731DD
Black with #8731DD
Text Example
Text Example
White with #8731DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8731DD; }
p { color: rgb(135,49,221); }
H1.HeaderClassName
{
color: #8731DD;
}
.AnyTagClassName
{
color: #8731DD;
}
</style>
background-color css
<style>
a { background-color: #8731DD; }
a { background-color: rgb(135,49,221); }
div.DivClassName
{
background-color: #8731DD;
}
.BgClassName
{
background-color: #8731DD;
}
</style>
border-color css
<style>
span { border-color: #8731DD; }
span { border-color: rgb(135,49,221); }
td.TdClassName
{
border-color: #8731DD;
}
.TagClassName
{
border-color: #8731DD;
}
</style>