Shades of Vivid Violet #8636AA
Tints of Vivid Violet #8636AA
RGB
CMYK
RGB Variations
Color information
#8636AA (or 0x8636AA) is known color: Vivid Violet. HEX triplet: 86, 36 and AA. RGB value is (134,54,170). Sum of RGB (Red+Green+Blue) = 134+54+170=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #8636AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8636AA is #79C955. Grayscale: #5A5A5A. Windows color (decimal): -7981398 or 11155078. OLE color: 11155078.
HSL color Cylindrical-coordinate representation of color #8636AA: hue angle of 281.38º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8636AA is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 54 | 170 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.33 |
| HSL | 281.38º | 0.52% | 0.44% | - |
| HSV(B) | 281.38º | 0.68% | 0.67% | - |
| XYZ | 18.41 | 10.61 | 39.11 | - |
| YUV | 91.14 | 172.5 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 54 | 170 | 0.21 | 0.68 | 0 | 0.33 | 281.38 | 0.52 | 0.44 |
| Hex | 86 | 36 | AA | 15 | 44 | 0 | 21 | 119 | 34 | 2C |
| Octal | 206 | 66 | 252 | 25 | 104 | 0 | 41 | 431 | 64 | 54 |
| Binary | 10000110 | 110110 | 10101010 | 10101 | 1000100 | 0 | 100001 | 100011001 | 110100 | 101100 |
Color Harmonies of #8636AA
Complementary color
Monochromatic Colors of #8636AA
Black with #8636AA
Text Example
Text Example
White with #8636AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8636AA; }
p { color: rgb(134,54,170); }
H1.HeaderClassName
{
color: #8636AA;
}
.AnyTagClassName
{
color: #8636AA;
}
</style>
background-color css
<style>
a { background-color: #8636AA; }
a { background-color: rgb(134,54,170); }
div.DivClassName
{
background-color: #8636AA;
}
.BgClassName
{
background-color: #8636AA;
}
</style>
border-color css
<style>
span { border-color: #8636AA; }
span { border-color: rgb(134,54,170); }
td.TdClassName
{
border-color: #8636AA;
}
.TagClassName
{
border-color: #8636AA;
}
</style>