Shades of Royal Purple #8231AF
Tints of Royal Purple #8231AF
RGB
CMYK
RGB Variations
Color information
#8231AF (or 0x8231AF) is known color: Royal Purple. HEX triplet: 82, 31 and AF. RGB value is (130,49,175). Sum of RGB (Red+Green+Blue) = 130+49+175=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 49 (19.53% from 255 or 13.84% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #8231AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8231AF is #7DCE50. Grayscale: #575757. Windows color (decimal): -8244817 or 11481474. OLE color: 11481474.
HSL color Cylindrical-coordinate representation of color #8231AF: hue angle of 278.57º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8231AF is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 49 | 175 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.31 |
| HSL | 278.57º | 0.56% | 0.44% | - |
| HSV(B) | 278.57º | 0.72% | 0.69% | - |
| XYZ | 18.04 | 10.04 | 41.54 | - |
| YUV | 87.58 | 177.34 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 49 | 175 | 0.26 | 0.72 | 0 | 0.31 | 278.57 | 0.56 | 0.44 |
| Hex | 82 | 31 | AF | 1A | 48 | 0 | 1F | 117 | 38 | 2C |
| Octal | 202 | 61 | 257 | 32 | 110 | 0 | 37 | 427 | 70 | 54 |
| Binary | 10000010 | 110001 | 10101111 | 11010 | 1001000 | 0 | 11111 | 100010111 | 111000 | 101100 |
Color Harmonies of #8231AF
Complementary color
Monochromatic Colors of #8231AF
Black with #8231AF
Text Example
Text Example
White with #8231AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8231AF; }
p { color: rgb(130,49,175); }
H1.HeaderClassName
{
color: #8231AF;
}
.AnyTagClassName
{
color: #8231AF;
}
</style>
background-color css
<style>
a { background-color: #8231AF; }
a { background-color: rgb(130,49,175); }
div.DivClassName
{
background-color: #8231AF;
}
.BgClassName
{
background-color: #8231AF;
}
</style>
border-color css
<style>
span { border-color: #8231AF; }
span { border-color: rgb(130,49,175); }
td.TdClassName
{
border-color: #8231AF;
}
.TagClassName
{
border-color: #8231AF;
}
</style>