Shades of Dark Purple #83127B
Tints of Dark Purple #83127B
RGB
CMYK
RGB Variations
Color information
#83127B (or 0x83127B) is known color: Dark Purple. HEX triplet: 83, 12 and 7B. RGB value is (131,18,123). Sum of RGB (Red+Green+Blue) = 131+18+123=272 (36% of max value = 765). Red value is 131 (51.56% from 255 or 48.16% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 131 - color contains mainly: red. Hex color #83127B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83127B is #7CED84. Grayscale: #3F3F3F. Windows color (decimal): -8187269 or 8065667. OLE color: 8065667.
HSL color Cylindrical-coordinate representation of color #83127B: hue angle of 304.25º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #83127B is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 18 | 123 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.49 |
| HSL | 304.25º | 0.76% | 0.29% | - |
| HSV(B) | 304.25º | 0.86% | 0.51% | - |
| XYZ | 13.15 | 6.69 | 19.34 | - |
| YUV | 63.76 | 161.44 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 18 | 123 | 0 | 0.86 | 0.06 | 0.49 | 304.25 | 0.76 | 0.29 |
| Hex | 83 | 12 | 7B | 0 | 56 | 6 | 31 | 130 | 4C | 1D |
| Octal | 203 | 22 | 173 | 0 | 126 | 6 | 61 | 460 | 114 | 35 |
| Binary | 10000011 | 10010 | 1111011 | 0 | 1010110 | 110 | 110001 | 100110000 | 1001100 | 11101 |
Color Harmonies of #83127B
Complementary color
Monochromatic Colors of #83127B
Black with #83127B
Text Example
Text Example
White with #83127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83127B; }
p { color: rgb(131,18,123); }
H1.HeaderClassName
{
color: #83127B;
}
.AnyTagClassName
{
color: #83127B;
}
</style>
background-color css
<style>
a { background-color: #83127B; }
a { background-color: rgb(131,18,123); }
div.DivClassName
{
background-color: #83127B;
}
.BgClassName
{
background-color: #83127B;
}
</style>
border-color css
<style>
span { border-color: #83127B; }
span { border-color: rgb(131,18,123); }
td.TdClassName
{
border-color: #83127B;
}
.TagClassName
{
border-color: #83127B;
}
</style>