Shades of Vivid Violet #864198
Tints of Vivid Violet #864198
RGB
CMYK
RGB Variations
Color information
#864198 (or 0x864198) is known color: Vivid Violet. HEX triplet: 86, 41 and 98. RGB value is (134,65,152). Sum of RGB (Red+Green+Blue) = 134+65+152=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 152 (59.77% from 255 or 43.30% from 351); Max value from RGB is 152 - color contains mainly: blue. Hex color #864198 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864198 is #79BE67. Grayscale: #5F5F5F. Windows color (decimal): -7978600 or 9978246. OLE color: 9978246.
HSL color Cylindrical-coordinate representation of color #864198: hue angle of 287.59º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #864198 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 134 | 65 | 152 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.40 |
| HSL | 287.59º | 0.4% | 0.43% | - |
| HSV(B) | 287.59º | 0.57% | 0.6% | - |
| XYZ | 17.39 | 11.12 | 30.93 | - |
| YUV | 95.55 | 159.86 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 65 | 152 | 0.12 | 0.57 | 0 | 0.40 | 287.59 | 0.4 | 0.43 |
| Hex | 86 | 41 | 98 | C | 39 | 0 | 28 | 120 | 28 | 2B |
| Octal | 206 | 101 | 230 | 14 | 71 | 0 | 50 | 440 | 50 | 53 |
| Binary | 10000110 | 1000001 | 10011000 | 1100 | 111001 | 0 | 101000 | 100100000 | 101000 | 101011 |
Color Harmonies of #864198
Complementary color
Monochromatic Colors of #864198
Black with #864198
Text Example
Text Example
White with #864198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864198; }
p { color: rgb(134,65,152); }
H1.HeaderClassName
{
color: #864198;
}
.AnyTagClassName
{
color: #864198;
}
</style>
background-color css
<style>
a { background-color: #864198; }
a { background-color: rgb(134,65,152); }
div.DivClassName
{
background-color: #864198;
}
.BgClassName
{
background-color: #864198;
}
</style>
border-color css
<style>
span { border-color: #864198; }
span { border-color: rgb(134,65,152); }
td.TdClassName
{
border-color: #864198;
}
.TagClassName
{
border-color: #864198;
}
</style>