Shades of Blue Violet #8731D6
Tints of Blue Violet #8731D6
RGB
CMYK
RGB Variations
Color information
#8731D6 (or 0x8731D6) is known color: Blue Violet. HEX triplet: 87, 31 and D6. RGB value is (135,49,214). Sum of RGB (Red+Green+Blue) = 135+49+214=398 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.92% from 398); Green value is 49 (19.53% from 255 or 12.31% from 398); Blue value is 214 (83.98% from 255 or 53.77% from 398); Max value from RGB is 214 - color contains mainly: blue. Hex color #8731D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8731D6 is #78CE29. Grayscale: #5C5C5C. Windows color (decimal): -7917098 or 14037383. OLE color: 14037383.
HSL color Cylindrical-coordinate representation of color #8731D6: hue angle of 271.27º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8731D6 is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 135 | 49 | 214 | - |
| CMYK | 0.37 | 0.77 | 0 | 0.16 |
| HSL | 271.27º | 0.67% | 0.52% | - |
| HSV(B) | 271.27º | 0.77% | 0.84% | - |
| XYZ | 23.23 | 12.2 | 64.75 | - |
| YUV | 93.52 | 195.99 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 49 | 214 | 0.37 | 0.77 | 0 | 0.16 | 271.27 | 0.67 | 0.52 |
| Hex | 87 | 31 | D6 | 25 | 4D | 0 | 10 | 10F | 43 | 34 |
| Octal | 207 | 61 | 326 | 45 | 115 | 0 | 20 | 417 | 103 | 64 |
| Binary | 10000111 | 110001 | 11010110 | 100101 | 1001101 | 0 | 10000 | 100001111 | 1000011 | 110100 |
Color Harmonies of #8731D6
Complementary color
Monochromatic Colors of #8731D6
Black with #8731D6
Text Example
Text Example
White with #8731D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8731D6; }
p { color: rgb(135,49,214); }
H1.HeaderClassName
{
color: #8731D6;
}
.AnyTagClassName
{
color: #8731D6;
}
</style>
background-color css
<style>
a { background-color: #8731D6; }
a { background-color: rgb(135,49,214); }
div.DivClassName
{
background-color: #8731D6;
}
.BgClassName
{
background-color: #8731D6;
}
</style>
border-color css
<style>
span { border-color: #8731D6; }
span { border-color: rgb(135,49,214); }
td.TdClassName
{
border-color: #8731D6;
}
.TagClassName
{
border-color: #8731D6;
}
</style>