Shades of Purple #831484
Tints of Purple #831484
RGB
CMYK
RGB Variations
Color information
#831484 (or 0x831484) is known color: Purple. HEX triplet: 83, 14 and 84. RGB value is (131,20,132). Sum of RGB (Red+Green+Blue) = 131+20+132=283 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.29% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 132 - color contains mainly: blue. Hex color #831484 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831484 is #7CEB7B. Grayscale: #414141. Windows color (decimal): -8186748 or 8656003. OLE color: 8656003.
HSL color Cylindrical-coordinate representation of color #831484: hue angle of 299.46º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #831484 is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 20 | 132 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.48 |
| HSL | 299.46º | 0.74% | 0.3% | - |
| HSV(B) | 299.46º | 0.85% | 0.52% | - |
| XYZ | 13.78 | 6.99 | 22.45 | - |
| YUV | 65.96 | 165.27 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 20 | 132 | 0.01 | 0.85 | 0 | 0.48 | 299.46 | 0.74 | 0.3 |
| Hex | 83 | 14 | 84 | 1 | 55 | 0 | 30 | 12B | 4A | 1E |
| Octal | 203 | 24 | 204 | 1 | 125 | 0 | 60 | 453 | 112 | 36 |
| Binary | 10000011 | 10100 | 10000100 | 1 | 1010101 | 0 | 110000 | 100101011 | 1001010 | 11110 |
Color Harmonies of #831484
Complementary color
Monochromatic Colors of #831484
Black with #831484
Text Example
Text Example
White with #831484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831484; }
p { color: rgb(131,20,132); }
H1.HeaderClassName
{
color: #831484;
}
.AnyTagClassName
{
color: #831484;
}
</style>
background-color css
<style>
a { background-color: #831484; }
a { background-color: rgb(131,20,132); }
div.DivClassName
{
background-color: #831484;
}
.BgClassName
{
background-color: #831484;
}
</style>
border-color css
<style>
span { border-color: #831484; }
span { border-color: rgb(131,20,132); }
td.TdClassName
{
border-color: #831484;
}
.TagClassName
{
border-color: #831484;
}
</style>