Shades of Blue Violet #8731CF
Tints of Blue Violet #8731CF
RGB
CMYK
RGB Variations
Color information
#8731CF (or 0x8731CF) is known color: Blue Violet. HEX triplet: 87, 31 and CF. RGB value is (135,49,207). Sum of RGB (Red+Green+Blue) = 135+49+207=391 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.53% from 391); Green value is 49 (19.53% from 255 or 12.53% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #8731CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8731CF is #78CE30. Grayscale: #5C5C5C. Windows color (decimal): -7917105 or 13578631. OLE color: 13578631.
HSL color Cylindrical-coordinate representation of color #8731CF: hue angle of 272.66º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8731CF is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 49 | 207 | - |
| CMYK | 0.35 | 0.76 | 0 | 0.19 |
| HSL | 272.66º | 0.62% | 0.5% | - |
| HSV(B) | 272.66º | 0.76% | 0.81% | - |
| XYZ | 22.35 | 11.85 | 60.14 | - |
| YUV | 92.73 | 192.49 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 49 | 207 | 0.35 | 0.76 | 0 | 0.19 | 272.66 | 0.62 | 0.5 |
| Hex | 87 | 31 | CF | 23 | 4C | 0 | 13 | 111 | 3E | 32 |
| Octal | 207 | 61 | 317 | 43 | 114 | 0 | 23 | 421 | 76 | 62 |
| Binary | 10000111 | 110001 | 11001111 | 100011 | 1001100 | 0 | 10011 | 100010001 | 111110 | 110010 |
Color Harmonies of #8731CF
Complementary color
Monochromatic Colors of #8731CF
Black with #8731CF
Text Example
Text Example
White with #8731CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8731CF; }
p { color: rgb(135,49,207); }
H1.HeaderClassName
{
color: #8731CF;
}
.AnyTagClassName
{
color: #8731CF;
}
</style>
background-color css
<style>
a { background-color: #8731CF; }
a { background-color: rgb(135,49,207); }
div.DivClassName
{
background-color: #8731CF;
}
.BgClassName
{
background-color: #8731CF;
}
</style>
border-color css
<style>
span { border-color: #8731CF; }
span { border-color: rgb(135,49,207); }
td.TdClassName
{
border-color: #8731CF;
}
.TagClassName
{
border-color: #8731CF;
}
</style>