Shades of Vivid Violet #86449B
Tints of Vivid Violet #86449B
RGB
CMYK
RGB Variations
Color information
#86449B (or 0x86449B) is known color: Vivid Violet. HEX triplet: 86, 44 and 9B. RGB value is (134,68,155). Sum of RGB (Red+Green+Blue) = 134+68+155=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 155 - color contains mainly: blue. Hex color #86449B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86449B is #79BB64. Grayscale: #616161. Windows color (decimal): -7977829 or 10175622. OLE color: 10175622.
HSL color Cylindrical-coordinate representation of color #86449B: hue angle of 285.52º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #86449B is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 68 | 155 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.39 |
| HSL | 285.52º | 0.39% | 0.44% | - |
| HSV(B) | 285.52º | 0.56% | 0.61% | - |
| XYZ | 17.82 | 11.57 | 32.3 | - |
| YUV | 97.65 | 160.37 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 68 | 155 | 0.14 | 0.56 | 0 | 0.39 | 285.52 | 0.39 | 0.44 |
| Hex | 86 | 44 | 9B | E | 38 | 0 | 27 | 11E | 27 | 2C |
| Octal | 206 | 104 | 233 | 16 | 70 | 0 | 47 | 436 | 47 | 54 |
| Binary | 10000110 | 1000100 | 10011011 | 1110 | 111000 | 0 | 100111 | 100011110 | 100111 | 101100 |
Color Harmonies of #86449B
Complementary color
Monochromatic Colors of #86449B
Black with #86449B
Text Example
Text Example
White with #86449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86449B; }
p { color: rgb(134,68,155); }
H1.HeaderClassName
{
color: #86449B;
}
.AnyTagClassName
{
color: #86449B;
}
</style>
background-color css
<style>
a { background-color: #86449B; }
a { background-color: rgb(134,68,155); }
div.DivClassName
{
background-color: #86449B;
}
.BgClassName
{
background-color: #86449B;
}
</style>
border-color css
<style>
span { border-color: #86449B; }
span { border-color: rgb(134,68,155); }
td.TdClassName
{
border-color: #86449B;
}
.TagClassName
{
border-color: #86449B;
}
</style>