Shades of Vivid Violet #863585
Tints of Vivid Violet #863585
RGB
CMYK
RGB Variations
Color information
#863585 (or 0x863585) is known color: Vivid Violet. HEX triplet: 86, 35 and 85. RGB value is (134,53,133). Sum of RGB (Red+Green+Blue) = 134+53+133=320 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.88% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 134 - color contains mainly: red. Hex color #863585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863585 is #79CA7A. Grayscale: #565656. Windows color (decimal): -7981691 or 8729990. OLE color: 8729990.
HSL color Cylindrical-coordinate representation of color #863585: hue angle of 300.74º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #863585 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 53 | 133 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.47 |
| HSL | 300.74º | 0.43% | 0.37% | - |
| HSV(B) | 300.74º | 0.6% | 0.53% | - |
| XYZ | 15.34 | 9.31 | 23.18 | - |
| YUV | 86.34 | 154.34 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 53 | 133 | 0 | 0.60 | 0.01 | 0.47 | 300.74 | 0.43 | 0.37 |
| Hex | 86 | 35 | 85 | 0 | 3C | 1 | 2F | 12D | 2B | 25 |
| Octal | 206 | 65 | 205 | 0 | 74 | 1 | 57 | 455 | 53 | 45 |
| Binary | 10000110 | 110101 | 10000101 | 0 | 111100 | 1 | 101111 | 100101101 | 101011 | 100101 |
Color Harmonies of #863585
Complementary color
Monochromatic Colors of #863585
Black with #863585
Text Example
Text Example
White with #863585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863585; }
p { color: rgb(134,53,133); }
H1.HeaderClassName
{
color: #863585;
}
.AnyTagClassName
{
color: #863585;
}
</style>
background-color css
<style>
a { background-color: #863585; }
a { background-color: rgb(134,53,133); }
div.DivClassName
{
background-color: #863585;
}
.BgClassName
{
background-color: #863585;
}
</style>
border-color css
<style>
span { border-color: #863585; }
span { border-color: rgb(134,53,133); }
td.TdClassName
{
border-color: #863585;
}
.TagClassName
{
border-color: #863585;
}
</style>