Shades of Royal Purple #8136AF
Tints of Royal Purple #8136AF
RGB
CMYK
RGB Variations
Color information
#8136AF (or 0x8136AF) is known color: Royal Purple. HEX triplet: 81, 36 and AF. RGB value is (129,54,175). Sum of RGB (Red+Green+Blue) = 129+54+175=358 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.03% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #8136AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8136AF is #7EC950. Grayscale: #595959. Windows color (decimal): -8309073 or 11482753. OLE color: 11482753.
HSL color Cylindrical-coordinate representation of color #8136AF: hue angle of 277.19º 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 #8136AF is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 54 | 175 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.31 |
| HSL | 277.19º | 0.53% | 0.45% | - |
| HSV(B) | 277.19º | 0.69% | 0.69% | - |
| XYZ | 18.11 | 10.4 | 41.61 | - |
| YUV | 90.22 | 175.85 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 54 | 175 | 0.26 | 0.69 | 0 | 0.31 | 277.19 | 0.53 | 0.45 |
| Hex | 81 | 36 | AF | 1A | 45 | 0 | 1F | 115 | 35 | 2D |
| Octal | 201 | 66 | 257 | 32 | 105 | 0 | 37 | 425 | 65 | 55 |
| Binary | 10000001 | 110110 | 10101111 | 11010 | 1000101 | 0 | 11111 | 100010101 | 110101 | 101101 |
Color Harmonies of #8136AF
Complementary color
Monochromatic Colors of #8136AF
Black with #8136AF
Text Example
Text Example
White with #8136AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8136AF; }
p { color: rgb(129,54,175); }
H1.HeaderClassName
{
color: #8136AF;
}
.AnyTagClassName
{
color: #8136AF;
}
</style>
background-color css
<style>
a { background-color: #8136AF; }
a { background-color: rgb(129,54,175); }
div.DivClassName
{
background-color: #8136AF;
}
.BgClassName
{
background-color: #8136AF;
}
</style>
border-color css
<style>
span { border-color: #8136AF; }
span { border-color: rgb(129,54,175); }
td.TdClassName
{
border-color: #8136AF;
}
.TagClassName
{
border-color: #8136AF;
}
</style>