Shades of Vivid Violet #864A8B
Tints of Vivid Violet #864A8B
RGB
CMYK
RGB Variations
Color information
#864A8B (or 0x864A8B) is known color: Vivid Violet. HEX triplet: 86, 4A and 8B. RGB value is (134,74,139). Sum of RGB (Red+Green+Blue) = 134+74+139=347 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.62% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 139 - color contains mainly: blue. Hex color #864A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864A8B is #79B574. Grayscale: #636363. Windows color (decimal): -7976309 or 9128582. OLE color: 9128582.
HSL color Cylindrical-coordinate representation of color #864A8B: hue angle of 295.38º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #864A8B is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 74 | 139 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.45 |
| HSL | 295.38º | 0.31% | 0.42% | - |
| HSV(B) | 295.38º | 0.47% | 0.55% | - |
| XYZ | 16.94 | 11.83 | 25.82 | - |
| YUV | 99.35 | 150.38 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 74 | 139 | 0.04 | 0.47 | 0 | 0.45 | 295.38 | 0.31 | 0.42 |
| Hex | 86 | 4A | 8B | 4 | 2F | 0 | 2D | 127 | 1F | 2A |
| Octal | 206 | 112 | 213 | 4 | 57 | 0 | 55 | 447 | 37 | 52 |
| Binary | 10000110 | 1001010 | 10001011 | 100 | 101111 | 0 | 101101 | 100100111 | 11111 | 101010 |
Color Harmonies of #864A8B
Complementary color
Monochromatic Colors of #864A8B
Black with #864A8B
Text Example
Text Example
White with #864A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864A8B; }
p { color: rgb(134,74,139); }
H1.HeaderClassName
{
color: #864A8B;
}
.AnyTagClassName
{
color: #864A8B;
}
</style>
background-color css
<style>
a { background-color: #864A8B; }
a { background-color: rgb(134,74,139); }
div.DivClassName
{
background-color: #864A8B;
}
.BgClassName
{
background-color: #864A8B;
}
</style>
border-color css
<style>
span { border-color: #864A8B; }
span { border-color: rgb(134,74,139); }
td.TdClassName
{
border-color: #864A8B;
}
.TagClassName
{
border-color: #864A8B;
}
</style>