Shades of Vivid Violet #86269B
Tints of Vivid Violet #86269B
RGB
CMYK
RGB Variations
Color information
#86269B (or 0x86269B) is known color: Vivid Violet. HEX triplet: 86, 26 and 9B. RGB value is (134,38,155). Sum of RGB (Red+Green+Blue) = 134+38+155=327 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.98% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #86269B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86269B is #79D964. Grayscale: #4F4F4F. Windows color (decimal): -7985509 or 10167942. OLE color: 10167942.
HSL color Cylindrical-coordinate representation of color #86269B: hue angle of 289.23º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #86269B is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 38 | 155 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.39 |
| HSL | 289.23º | 0.61% | 0.38% | - |
| HSV(B) | 289.23º | 0.75% | 0.61% | - |
| XYZ | 16.44 | 8.82 | 31.85 | - |
| YUV | 80.04 | 170.3 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 38 | 155 | 0.14 | 0.75 | 0 | 0.39 | 289.23 | 0.61 | 0.38 |
| Hex | 86 | 26 | 9B | E | 4B | 0 | 27 | 121 | 3D | 26 |
| Octal | 206 | 46 | 233 | 16 | 113 | 0 | 47 | 441 | 75 | 46 |
| Binary | 10000110 | 100110 | 10011011 | 1110 | 1001011 | 0 | 100111 | 100100001 | 111101 | 100110 |
Color Harmonies of #86269B
Complementary color
Monochromatic Colors of #86269B
Black with #86269B
Text Example
Text Example
White with #86269B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86269B; }
p { color: rgb(134,38,155); }
H1.HeaderClassName
{
color: #86269B;
}
.AnyTagClassName
{
color: #86269B;
}
</style>
background-color css
<style>
a { background-color: #86269B; }
a { background-color: rgb(134,38,155); }
div.DivClassName
{
background-color: #86269B;
}
.BgClassName
{
background-color: #86269B;
}
</style>
border-color css
<style>
span { border-color: #86269B; }
span { border-color: rgb(134,38,155); }
td.TdClassName
{
border-color: #86269B;
}
.TagClassName
{
border-color: #86269B;
}
</style>