Shades of Vivid Violet #862898
Tints of Vivid Violet #862898
RGB
CMYK
RGB Variations
Color information
#862898 (or 0x862898) is known color: Vivid Violet. HEX triplet: 86, 28 and 98. RGB value is (134,40,152). Sum of RGB (Red+Green+Blue) = 134+40+152=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 152 (59.77% from 255 or 46.63% from 326); Max value from RGB is 152 - color contains mainly: blue. Hex color #862898 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862898 is #79D767. Grayscale: #505050. Windows color (decimal): -7985000 or 9971846. OLE color: 9971846.
HSL color Cylindrical-coordinate representation of color #862898: hue angle of 290.36º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #862898 is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 134 | 40 | 152 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.40 |
| HSL | 290.36º | 0.58% | 0.38% | - |
| HSV(B) | 290.36º | 0.74% | 0.6% | - |
| XYZ | 16.26 | 8.85 | 30.56 | - |
| YUV | 80.87 | 168.14 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 40 | 152 | 0.12 | 0.74 | 0 | 0.40 | 290.36 | 0.58 | 0.38 |
| Hex | 86 | 28 | 98 | C | 4A | 0 | 28 | 122 | 3A | 26 |
| Octal | 206 | 50 | 230 | 14 | 112 | 0 | 50 | 442 | 72 | 46 |
| Binary | 10000110 | 101000 | 10011000 | 1100 | 1001010 | 0 | 101000 | 100100010 | 111010 | 100110 |
Color Harmonies of #862898
Complementary color
Monochromatic Colors of #862898
Black with #862898
Text Example
Text Example
White with #862898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862898; }
p { color: rgb(134,40,152); }
H1.HeaderClassName
{
color: #862898;
}
.AnyTagClassName
{
color: #862898;
}
</style>
background-color css
<style>
a { background-color: #862898; }
a { background-color: rgb(134,40,152); }
div.DivClassName
{
background-color: #862898;
}
.BgClassName
{
background-color: #862898;
}
</style>
border-color css
<style>
span { border-color: #862898; }
span { border-color: rgb(134,40,152); }
td.TdClassName
{
border-color: #862898;
}
.TagClassName
{
border-color: #862898;
}
</style>