Shades of Vivid Violet #864C98
Tints of Vivid Violet #864C98
RGB
CMYK
RGB Variations
Color information
#864C98 (or 0x864C98) is known color: Vivid Violet. HEX triplet: 86, 4C and 98. RGB value is (134,76,152). Sum of RGB (Red+Green+Blue) = 134+76+152=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 152 - color contains mainly: blue. Hex color #864C98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864C98 is #79B367. Grayscale: #656565. Windows color (decimal): -7975784 or 9981062. OLE color: 9981062.
HSL color Cylindrical-coordinate representation of color #864C98: hue angle of 285.79º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #864C98 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 134 | 76 | 152 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.40 |
| HSL | 285.79º | 0.33% | 0.45% | - |
| HSV(B) | 285.79º | 0.5% | 0.6% | - |
| XYZ | 18.08 | 12.5 | 31.17 | - |
| YUV | 102.01 | 156.22 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 76 | 152 | 0.12 | 0.50 | 0 | 0.40 | 285.79 | 0.33 | 0.45 |
| Hex | 86 | 4C | 98 | C | 32 | 0 | 28 | 11E | 21 | 2D |
| Octal | 206 | 114 | 230 | 14 | 62 | 0 | 50 | 436 | 41 | 55 |
| Binary | 10000110 | 1001100 | 10011000 | 1100 | 110010 | 0 | 101000 | 100011110 | 100001 | 101101 |
Color Harmonies of #864C98
Complementary color
Monochromatic Colors of #864C98
Black with #864C98
Text Example
Text Example
White with #864C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864C98; }
p { color: rgb(134,76,152); }
H1.HeaderClassName
{
color: #864C98;
}
.AnyTagClassName
{
color: #864C98;
}
</style>
background-color css
<style>
a { background-color: #864C98; }
a { background-color: rgb(134,76,152); }
div.DivClassName
{
background-color: #864C98;
}
.BgClassName
{
background-color: #864C98;
}
</style>
border-color css
<style>
span { border-color: #864C98; }
span { border-color: rgb(134,76,152); }
td.TdClassName
{
border-color: #864C98;
}
.TagClassName
{
border-color: #864C98;
}
</style>