Shades of Vivid Violet #8639AB
Tints of Vivid Violet #8639AB
RGB
CMYK
RGB Variations
Color information
#8639AB (or 0x8639AB) is known color: Vivid Violet. HEX triplet: 86, 39 and AB. RGB value is (134,57,171). Sum of RGB (Red+Green+Blue) = 134+57+171=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 57 (22.66% from 255 or 15.75% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #8639AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8639AB is #79C654. Grayscale: #5C5C5C. Windows color (decimal): -7980629 or 11221382. OLE color: 11221382.
HSL color Cylindrical-coordinate representation of color #8639AB: hue angle of 280.53º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8639AB is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 57 | 171 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.33 |
| HSL | 280.53º | 0.5% | 0.45% | - |
| HSV(B) | 280.53º | 0.67% | 0.67% | - |
| XYZ | 18.65 | 10.93 | 39.66 | - |
| YUV | 93.02 | 172.01 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 57 | 171 | 0.22 | 0.67 | 0 | 0.33 | 280.53 | 0.5 | 0.45 |
| Hex | 86 | 39 | AB | 16 | 43 | 0 | 21 | 119 | 32 | 2D |
| Octal | 206 | 71 | 253 | 26 | 103 | 0 | 41 | 431 | 62 | 55 |
| Binary | 10000110 | 111001 | 10101011 | 10110 | 1000011 | 0 | 100001 | 100011001 | 110010 | 101101 |
Color Harmonies of #8639AB
Complementary color
Monochromatic Colors of #8639AB
Black with #8639AB
Text Example
Text Example
White with #8639AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8639AB; }
p { color: rgb(134,57,171); }
H1.HeaderClassName
{
color: #8639AB;
}
.AnyTagClassName
{
color: #8639AB;
}
</style>
background-color css
<style>
a { background-color: #8639AB; }
a { background-color: rgb(134,57,171); }
div.DivClassName
{
background-color: #8639AB;
}
.BgClassName
{
background-color: #8639AB;
}
</style>
border-color css
<style>
span { border-color: #8639AB; }
span { border-color: rgb(134,57,171); }
td.TdClassName
{
border-color: #8639AB;
}
.TagClassName
{
border-color: #8639AB;
}
</style>