Shades of Vivid Violet #862A88
Tints of Vivid Violet #862A88
RGB
CMYK
RGB Variations
Color information
#862A88 (or 0x862A88) is known color: Vivid Violet. HEX triplet: 86, 2A and 88. RGB value is (134,42,136). Sum of RGB (Red+Green+Blue) = 134+42+136=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 136 (53.52% from 255 or 43.59% from 312); Max value from RGB is 136 - color contains mainly: blue. Hex color #862A88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862A88 is #79D577. Grayscale: #4F4F4F. Windows color (decimal): -7984504 or 8923782. OLE color: 8923782.
HSL color Cylindrical-coordinate representation of color #862A88: hue angle of 298.72º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #862A88 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 42 | 136 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.47 |
| HSL | 298.72º | 0.53% | 0.35% | - |
| HSV(B) | 298.72º | 0.69% | 0.53% | - |
| XYZ | 15.1 | 8.5 | 24.14 | - |
| YUV | 80.22 | 159.48 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 42 | 136 | 0.01 | 0.69 | 0 | 0.47 | 298.72 | 0.53 | 0.35 |
| Hex | 86 | 2A | 88 | 1 | 45 | 0 | 2F | 12B | 35 | 23 |
| Octal | 206 | 52 | 210 | 1 | 105 | 0 | 57 | 453 | 65 | 43 |
| Binary | 10000110 | 101010 | 10001000 | 1 | 1000101 | 0 | 101111 | 100101011 | 110101 | 100011 |
Color Harmonies of #862A88
Complementary color
Monochromatic Colors of #862A88
Black with #862A88
Text Example
Text Example
White with #862A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862A88; }
p { color: rgb(134,42,136); }
H1.HeaderClassName
{
color: #862A88;
}
.AnyTagClassName
{
color: #862A88;
}
</style>
background-color css
<style>
a { background-color: #862A88; }
a { background-color: rgb(134,42,136); }
div.DivClassName
{
background-color: #862A88;
}
.BgClassName
{
background-color: #862A88;
}
</style>
border-color css
<style>
span { border-color: #862A88; }
span { border-color: rgb(134,42,136); }
td.TdClassName
{
border-color: #862A88;
}
.TagClassName
{
border-color: #862A88;
}
</style>