Shades of Vivid Violet #86369A
Tints of Vivid Violet #86369A
RGB
CMYK
RGB Variations
Color information
#86369A (or 0x86369A) is known color: Vivid Violet. HEX triplet: 86, 36 and 9A. RGB value is (134,54,154). Sum of RGB (Red+Green+Blue) = 134+54+154=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 154 (60.55% from 255 or 45.03% from 342); Max value from RGB is 154 - color contains mainly: blue. Hex color #86369A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86369A is #79C965. Grayscale: #595959. Windows color (decimal): -7981414 or 10106502. OLE color: 10106502.
HSL color Cylindrical-coordinate representation of color #86369A: hue angle of 288º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #86369A is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 134 | 54 | 154 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.40 |
| HSL | 288º | 0.48% | 0.41% | - |
| HSV(B) | 288º | 0.65% | 0.6% | - |
| XYZ | 16.98 | 10.04 | 31.61 | - |
| YUV | 89.32 | 164.5 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 54 | 154 | 0.13 | 0.65 | 0 | 0.40 | 288 | 0.48 | 0.41 |
| Hex | 86 | 36 | 9A | D | 41 | 0 | 28 | 120 | 30 | 29 |
| Octal | 206 | 66 | 232 | 15 | 101 | 0 | 50 | 440 | 60 | 51 |
| Binary | 10000110 | 110110 | 10011010 | 1101 | 1000001 | 0 | 101000 | 100100000 | 110000 | 101001 |
Color Harmonies of #86369A
Complementary color
Monochromatic Colors of #86369A
Black with #86369A
Text Example
Text Example
White with #86369A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86369A; }
p { color: rgb(134,54,154); }
H1.HeaderClassName
{
color: #86369A;
}
.AnyTagClassName
{
color: #86369A;
}
</style>
background-color css
<style>
a { background-color: #86369A; }
a { background-color: rgb(134,54,154); }
div.DivClassName
{
background-color: #86369A;
}
.BgClassName
{
background-color: #86369A;
}
</style>
border-color css
<style>
span { border-color: #86369A; }
span { border-color: rgb(134,54,154); }
td.TdClassName
{
border-color: #86369A;
}
.TagClassName
{
border-color: #86369A;
}
</style>