Shades of Royal Purple #8334B0
Tints of Royal Purple #8334B0
RGB
CMYK
RGB Variations
Color information
#8334B0 (or 0x8334B0) is known color: Royal Purple. HEX triplet: 83, 34 and B0. RGB value is (131,52,176). Sum of RGB (Red+Green+Blue) = 131+52+176=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 176 (69.14% from 255 or 49.03% from 359); Max value from RGB is 176 - color contains mainly: blue. Hex color #8334B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8334B0 is #7CCB4F. Grayscale: #595959. Windows color (decimal): -8178512 or 11547779. OLE color: 11547779.
HSL color Cylindrical-coordinate representation of color #8334B0: hue angle of 278.23º 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 #8334B0 is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 52 | 176 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.31 |
| HSL | 278.23º | 0.54% | 0.45% | - |
| HSV(B) | 278.23º | 0.7% | 0.69% | - |
| XYZ | 18.42 | 10.42 | 42.11 | - |
| YUV | 89.76 | 176.67 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 52 | 176 | 0.26 | 0.70 | 0 | 0.31 | 278.23 | 0.54 | 0.45 |
| Hex | 83 | 34 | B0 | 1A | 46 | 0 | 1F | 116 | 36 | 2D |
| Octal | 203 | 64 | 260 | 32 | 106 | 0 | 37 | 426 | 66 | 55 |
| Binary | 10000011 | 110100 | 10110000 | 11010 | 1000110 | 0 | 11111 | 100010110 | 110110 | 101101 |
Color Harmonies of #8334B0
Complementary color
Monochromatic Colors of #8334B0
Black with #8334B0
Text Example
Text Example
White with #8334B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8334B0; }
p { color: rgb(131,52,176); }
H1.HeaderClassName
{
color: #8334B0;
}
.AnyTagClassName
{
color: #8334B0;
}
</style>
background-color css
<style>
a { background-color: #8334B0; }
a { background-color: rgb(131,52,176); }
div.DivClassName
{
background-color: #8334B0;
}
.BgClassName
{
background-color: #8334B0;
}
</style>
border-color css
<style>
span { border-color: #8334B0; }
span { border-color: rgb(131,52,176); }
td.TdClassName
{
border-color: #8334B0;
}
.TagClassName
{
border-color: #8334B0;
}
</style>