Shades of Royal Purple #8136B5
Tints of Royal Purple #8136B5
RGB
CMYK
RGB Variations
Color information
#8136B5 (or 0x8136B5) is known color: Royal Purple. HEX triplet: 81, 36 and B5. RGB value is (129,54,181). Sum of RGB (Red+Green+Blue) = 129+54+181=364 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.44% from 364); Green value is 54 (21.48% from 255 or 14.84% from 364); Blue value is 181 (71.09% from 255 or 49.73% from 364); Max value from RGB is 181 - color contains mainly: blue. Hex color #8136B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8136B5 is #7EC94A. Grayscale: #5A5A5A. Windows color (decimal): -8309067 or 11875969. OLE color: 11875969.
HSL color Cylindrical-coordinate representation of color #8136B5: hue angle of 275.43º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8136B5 is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 54 | 181 | - |
| CMYK | 0.29 | 0.70 | 0 | 0.29 |
| HSL | 275.43º | 0.54% | 0.46% | - |
| HSV(B) | 275.43º | 0.7% | 0.71% | - |
| XYZ | 18.71 | 10.64 | 44.78 | - |
| YUV | 90.9 | 178.85 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 54 | 181 | 0.29 | 0.70 | 0 | 0.29 | 275.43 | 0.54 | 0.46 |
| Hex | 81 | 36 | B5 | 1D | 46 | 0 | 1D | 113 | 36 | 2E |
| Octal | 201 | 66 | 265 | 35 | 106 | 0 | 35 | 423 | 66 | 56 |
| Binary | 10000001 | 110110 | 10110101 | 11101 | 1000110 | 0 | 11101 | 100010011 | 110110 | 101110 |
Color Harmonies of #8136B5
Complementary color
Monochromatic Colors of #8136B5
Black with #8136B5
Text Example
Text Example
White with #8136B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8136B5; }
p { color: rgb(129,54,181); }
H1.HeaderClassName
{
color: #8136B5;
}
.AnyTagClassName
{
color: #8136B5;
}
</style>
background-color css
<style>
a { background-color: #8136B5; }
a { background-color: rgb(129,54,181); }
div.DivClassName
{
background-color: #8136B5;
}
.BgClassName
{
background-color: #8136B5;
}
</style>
border-color css
<style>
span { border-color: #8136B5; }
span { border-color: rgb(129,54,181); }
td.TdClassName
{
border-color: #8136B5;
}
.TagClassName
{
border-color: #8136B5;
}
</style>