Shades of Royal Purple #8234B0
Tints of Royal Purple #8234B0
RGB
CMYK
RGB Variations
Color information
#8234B0 (or 0x8234B0) is known color: Royal Purple. HEX triplet: 82, 34 and B0. RGB value is (130,52,176). Sum of RGB (Red+Green+Blue) = 130+52+176=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 176 (69.14% from 255 or 49.16% from 358); Max value from RGB is 176 - color contains mainly: blue. Hex color #8234B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8234B0 is #7DCB4F. Grayscale: #595959. Windows color (decimal): -8244048 or 11547778. OLE color: 11547778.
HSL color Cylindrical-coordinate representation of color #8234B0: hue angle of 277.74º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8234B0 is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 52 | 176 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.31 |
| HSL | 277.74º | 0.54% | 0.45% | - |
| HSV(B) | 277.74º | 0.7% | 0.69% | - |
| XYZ | 18.27 | 10.34 | 42.11 | - |
| YUV | 89.46 | 176.84 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 52 | 176 | 0.26 | 0.70 | 0 | 0.31 | 277.74 | 0.54 | 0.45 |
| Hex | 82 | 34 | B0 | 1A | 46 | 0 | 1F | 116 | 36 | 2D |
| Octal | 202 | 64 | 260 | 32 | 106 | 0 | 37 | 426 | 66 | 55 |
| Binary | 10000010 | 110100 | 10110000 | 11010 | 1000110 | 0 | 11111 | 100010110 | 110110 | 101101 |
Color Harmonies of #8234B0
Complementary color
Monochromatic Colors of #8234B0
Black with #8234B0
Text Example
Text Example
White with #8234B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8234B0; }
p { color: rgb(130,52,176); }
H1.HeaderClassName
{
color: #8234B0;
}
.AnyTagClassName
{
color: #8234B0;
}
</style>
background-color css
<style>
a { background-color: #8234B0; }
a { background-color: rgb(130,52,176); }
div.DivClassName
{
background-color: #8234B0;
}
.BgClassName
{
background-color: #8234B0;
}
</style>
border-color css
<style>
span { border-color: #8234B0; }
span { border-color: rgb(130,52,176); }
td.TdClassName
{
border-color: #8234B0;
}
.TagClassName
{
border-color: #8234B0;
}
</style>