Shades of Vivid Violet #8636AF
Tints of Vivid Violet #8636AF
RGB
CMYK
RGB Variations
Color information
#8636AF (or 0x8636AF) is known color: Vivid Violet. HEX triplet: 86, 36 and AF. RGB value is (134,54,175). Sum of RGB (Red+Green+Blue) = 134+54+175=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 54 (21.48% from 255 or 14.88% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #8636AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8636AF is #79C950. Grayscale: #5B5B5B. Windows color (decimal): -7981393 or 11482758. OLE color: 11482758.
HSL color Cylindrical-coordinate representation of color #8636AF: hue angle of 279.67º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8636AF is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 54 | 175 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.31 |
| HSL | 279.67º | 0.53% | 0.45% | - |
| HSV(B) | 279.67º | 0.69% | 0.69% | - |
| XYZ | 18.89 | 10.8 | 41.65 | - |
| YUV | 91.71 | 175 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 54 | 175 | 0.23 | 0.69 | 0 | 0.31 | 279.67 | 0.53 | 0.45 |
| Hex | 86 | 36 | AF | 17 | 45 | 0 | 1F | 118 | 35 | 2D |
| Octal | 206 | 66 | 257 | 27 | 105 | 0 | 37 | 430 | 65 | 55 |
| Binary | 10000110 | 110110 | 10101111 | 10111 | 1000101 | 0 | 11111 | 100011000 | 110101 | 101101 |
Color Harmonies of #8636AF
Complementary color
Monochromatic Colors of #8636AF
Black with #8636AF
Text Example
Text Example
White with #8636AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8636AF; }
p { color: rgb(134,54,175); }
H1.HeaderClassName
{
color: #8636AF;
}
.AnyTagClassName
{
color: #8636AF;
}
</style>
background-color css
<style>
a { background-color: #8636AF; }
a { background-color: rgb(134,54,175); }
div.DivClassName
{
background-color: #8636AF;
}
.BgClassName
{
background-color: #8636AF;
}
</style>
border-color css
<style>
span { border-color: #8636AF; }
span { border-color: rgb(134,54,175); }
td.TdClassName
{
border-color: #8636AF;
}
.TagClassName
{
border-color: #8636AF;
}
</style>