Shades of Royal Purple #8135AD
Tints of Royal Purple #8135AD
RGB
CMYK
RGB Variations
Color information
#8135AD (or 0x8135AD) is known color: Royal Purple. HEX triplet: 81, 35 and AD. RGB value is (129,53,173). Sum of RGB (Red+Green+Blue) = 129+53+173=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #8135AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8135AD is #7ECA52. Grayscale: #595959. Windows color (decimal): -8309331 or 11351425. OLE color: 11351425.
HSL color Cylindrical-coordinate representation of color #8135AD: hue angle of 278º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8135AD is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 53 | 173 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.32 |
| HSL | 278º | 0.53% | 0.44% | - |
| HSV(B) | 278º | 0.69% | 0.68% | - |
| XYZ | 17.87 | 10.23 | 40.57 | - |
| YUV | 89.4 | 175.18 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 53 | 173 | 0.25 | 0.69 | 0 | 0.32 | 278 | 0.53 | 0.44 |
| Hex | 81 | 35 | AD | 19 | 45 | 0 | 20 | 116 | 35 | 2C |
| Octal | 201 | 65 | 255 | 31 | 105 | 0 | 40 | 426 | 65 | 54 |
| Binary | 10000001 | 110101 | 10101101 | 11001 | 1000101 | 0 | 100000 | 100010110 | 110101 | 101100 |
Color Harmonies of #8135AD
Complementary color
Monochromatic Colors of #8135AD
Black with #8135AD
Text Example
Text Example
White with #8135AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8135AD; }
p { color: rgb(129,53,173); }
H1.HeaderClassName
{
color: #8135AD;
}
.AnyTagClassName
{
color: #8135AD;
}
</style>
background-color css
<style>
a { background-color: #8135AD; }
a { background-color: rgb(129,53,173); }
div.DivClassName
{
background-color: #8135AD;
}
.BgClassName
{
background-color: #8135AD;
}
</style>
border-color css
<style>
span { border-color: #8135AD; }
span { border-color: rgb(129,53,173); }
td.TdClassName
{
border-color: #8135AD;
}
.TagClassName
{
border-color: #8135AD;
}
</style>