Shades of Vivid Violet #862F8F
Tints of Vivid Violet #862F8F
RGB
CMYK
RGB Variations
Color information
#862F8F (or 0x862F8F) is known color: Vivid Violet. HEX triplet: 86, 2F and 8F. RGB value is (134,47,143). Sum of RGB (Red+Green+Blue) = 134+47+143=324 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.36% from 324); Green value is 47 (18.75% from 255 or 14.51% from 324); Blue value is 143 (56.25% from 255 or 44.14% from 324); Max value from RGB is 143 - color contains mainly: blue. Hex color #862F8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862F8F is #79D070. Grayscale: #535353. Windows color (decimal): -7983217 or 9383814. OLE color: 9383814.
HSL color Cylindrical-coordinate representation of color #862F8F: hue angle of 294.38º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #862F8F is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 47 | 143 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.44 |
| HSL | 294.38º | 0.51% | 0.37% | - |
| HSV(B) | 294.38º | 0.67% | 0.56% | - |
| XYZ | 15.81 | 9.08 | 26.91 | - |
| YUV | 83.96 | 161.32 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 47 | 143 | 0.06 | 0.67 | 0 | 0.44 | 294.38 | 0.51 | 0.37 |
| Hex | 86 | 2F | 8F | 6 | 43 | 0 | 2C | 126 | 33 | 25 |
| Octal | 206 | 57 | 217 | 6 | 103 | 0 | 54 | 446 | 63 | 45 |
| Binary | 10000110 | 101111 | 10001111 | 110 | 1000011 | 0 | 101100 | 100100110 | 110011 | 100101 |
Color Harmonies of #862F8F
Complementary color
Monochromatic Colors of #862F8F
Black with #862F8F
Text Example
Text Example
White with #862F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862F8F; }
p { color: rgb(134,47,143); }
H1.HeaderClassName
{
color: #862F8F;
}
.AnyTagClassName
{
color: #862F8F;
}
</style>
background-color css
<style>
a { background-color: #862F8F; }
a { background-color: rgb(134,47,143); }
div.DivClassName
{
background-color: #862F8F;
}
.BgClassName
{
background-color: #862F8F;
}
</style>
border-color css
<style>
span { border-color: #862F8F; }
span { border-color: rgb(134,47,143); }
td.TdClassName
{
border-color: #862F8F;
}
.TagClassName
{
border-color: #862F8F;
}
</style>