Shades of Vivid Violet #864A98
Tints of Vivid Violet #864A98
RGB
CMYK
RGB Variations
Color information
#864A98 (or 0x864A98) is known color: Vivid Violet. HEX triplet: 86, 4A and 98. RGB value is (134,74,152). Sum of RGB (Red+Green+Blue) = 134+74+152=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 152 - color contains mainly: blue. Hex color #864A98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864A98 is #79B567. Grayscale: #646464. Windows color (decimal): -7976296 or 9980550. OLE color: 9980550.
HSL color Cylindrical-coordinate representation of color #864A98: hue angle of 286.15º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #864A98 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 134 | 74 | 152 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.40 |
| HSL | 286.15º | 0.35% | 0.44% | - |
| HSV(B) | 286.15º | 0.51% | 0.6% | - |
| XYZ | 17.95 | 12.23 | 31.12 | - |
| YUV | 100.83 | 156.88 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 74 | 152 | 0.12 | 0.51 | 0 | 0.40 | 286.15 | 0.35 | 0.44 |
| Hex | 86 | 4A | 98 | C | 33 | 0 | 28 | 11E | 23 | 2C |
| Octal | 206 | 112 | 230 | 14 | 63 | 0 | 50 | 436 | 43 | 54 |
| Binary | 10000110 | 1001010 | 10011000 | 1100 | 110011 | 0 | 101000 | 100011110 | 100011 | 101100 |
Color Harmonies of #864A98
Complementary color
Monochromatic Colors of #864A98
Black with #864A98
Text Example
Text Example
White with #864A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864A98; }
p { color: rgb(134,74,152); }
H1.HeaderClassName
{
color: #864A98;
}
.AnyTagClassName
{
color: #864A98;
}
</style>
background-color css
<style>
a { background-color: #864A98; }
a { background-color: rgb(134,74,152); }
div.DivClassName
{
background-color: #864A98;
}
.BgClassName
{
background-color: #864A98;
}
</style>
border-color css
<style>
span { border-color: #864A98; }
span { border-color: rgb(134,74,152); }
td.TdClassName
{
border-color: #864A98;
}
.TagClassName
{
border-color: #864A98;
}
</style>