Shades of Dark Purple #831C87
Tints of Dark Purple #831C87
RGB
CMYK
RGB Variations
Color information
#831C87 (or 0x831C87) is known color: Dark Purple. HEX triplet: 83, 1C and 87. RGB value is (131,28,135). Sum of RGB (Red+Green+Blue) = 131+28+135=294 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.56% from 294); Green value is 28 (11.33% from 255 or 9.52% from 294); Blue value is 135 (53.12% from 255 or 45.92% from 294); Max value from RGB is 135 - color contains mainly: blue. Hex color #831C87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831C87 is #7CE378. Grayscale: #464646. Windows color (decimal): -8184697 or 8854659. OLE color: 8854659.
HSL color Cylindrical-coordinate representation of color #831C87: hue angle of 297.76º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #831C87 is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 28 | 135 | - |
| CMYK | 0.03 | 0.79 | 0 | 0.47 |
| HSL | 297.76º | 0.66% | 0.32% | - |
| HSV(B) | 297.76º | 0.79% | 0.53% | - |
| XYZ | 14.15 | 7.41 | 23.61 | - |
| YUV | 71 | 164.12 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 28 | 135 | 0.03 | 0.79 | 0 | 0.47 | 297.76 | 0.66 | 0.32 |
| Hex | 83 | 1C | 87 | 3 | 4F | 0 | 2F | 12A | 42 | 20 |
| Octal | 203 | 34 | 207 | 3 | 117 | 0 | 57 | 452 | 102 | 40 |
| Binary | 10000011 | 11100 | 10000111 | 11 | 1001111 | 0 | 101111 | 100101010 | 1000010 | 100000 |
Color Harmonies of #831C87
Complementary color
Monochromatic Colors of #831C87
Black with #831C87
Text Example
Text Example
White with #831C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831C87; }
p { color: rgb(131,28,135); }
H1.HeaderClassName
{
color: #831C87;
}
.AnyTagClassName
{
color: #831C87;
}
</style>
background-color css
<style>
a { background-color: #831C87; }
a { background-color: rgb(131,28,135); }
div.DivClassName
{
background-color: #831C87;
}
.BgClassName
{
background-color: #831C87;
}
</style>
border-color css
<style>
span { border-color: #831C87; }
span { border-color: rgb(131,28,135); }
td.TdClassName
{
border-color: #831C87;
}
.TagClassName
{
border-color: #831C87;
}
</style>