Shades of Vivid Violet #8631AB
Tints of Vivid Violet #8631AB
RGB
CMYK
RGB Variations
Color information
#8631AB (or 0x8631AB) is known color: Vivid Violet. HEX triplet: 86, 31 and AB. RGB value is (134,49,171). Sum of RGB (Red+Green+Blue) = 134+49+171=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 49 (19.53% from 255 or 13.84% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #8631AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8631AB is #79CE54. Grayscale: #575757. Windows color (decimal): -7982677 or 11219334. OLE color: 11219334.
HSL color Cylindrical-coordinate representation of color #8631AB: hue angle of 281.8º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8631AB is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 49 | 171 | - |
| CMYK | 0.22 | 0.71 | 0 | 0.33 |
| HSL | 281.8º | 0.55% | 0.43% | - |
| HSV(B) | 281.8º | 0.71% | 0.67% | - |
| XYZ | 18.28 | 10.21 | 39.53 | - |
| YUV | 88.32 | 174.66 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 49 | 171 | 0.22 | 0.71 | 0 | 0.33 | 281.8 | 0.55 | 0.43 |
| Hex | 86 | 31 | AB | 16 | 47 | 0 | 21 | 11A | 37 | 2B |
| Octal | 206 | 61 | 253 | 26 | 107 | 0 | 41 | 432 | 67 | 53 |
| Binary | 10000110 | 110001 | 10101011 | 10110 | 1000111 | 0 | 100001 | 100011010 | 110111 | 101011 |
Color Harmonies of #8631AB
Complementary color
Monochromatic Colors of #8631AB
Black with #8631AB
Text Example
Text Example
White with #8631AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8631AB; }
p { color: rgb(134,49,171); }
H1.HeaderClassName
{
color: #8631AB;
}
.AnyTagClassName
{
color: #8631AB;
}
</style>
background-color css
<style>
a { background-color: #8631AB; }
a { background-color: rgb(134,49,171); }
div.DivClassName
{
background-color: #8631AB;
}
.BgClassName
{
background-color: #8631AB;
}
</style>
border-color css
<style>
span { border-color: #8631AB; }
span { border-color: rgb(134,49,171); }
td.TdClassName
{
border-color: #8631AB;
}
.TagClassName
{
border-color: #8631AB;
}
</style>