Shades of Dark Purple #830F77
Tints of Dark Purple #830F77
RGB
CMYK
RGB Variations
Color information
#830F77 (or 0x830F77) is known color: Dark Purple. HEX triplet: 83, 0F and 77. RGB value is (131,15,119). Sum of RGB (Red+Green+Blue) = 131+15+119=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 15 (6.25% from 255 or 5.66% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 131 - color contains mainly: red. Hex color #830F77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830F77 is #7CF088. Grayscale: #3D3D3D. Windows color (decimal): -8188041 or 7802755. OLE color: 7802755.
HSL color Cylindrical-coordinate representation of color #830F77: hue angle of 306.21º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #830F77 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 15 | 119 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.49 |
| HSL | 306.21º | 0.79% | 0.29% | - |
| HSV(B) | 306.21º | 0.89% | 0.51% | - |
| XYZ | 12.86 | 6.5 | 18.03 | - |
| YUV | 61.54 | 160.43 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 15 | 119 | 0 | 0.89 | 0.09 | 0.49 | 306.21 | 0.79 | 0.29 |
| Hex | 83 | F | 77 | 0 | 59 | 9 | 31 | 132 | 4F | 1D |
| Octal | 203 | 17 | 167 | 0 | 131 | 11 | 61 | 462 | 117 | 35 |
| Binary | 10000011 | 1111 | 1110111 | 0 | 1011001 | 1001 | 110001 | 100110010 | 1001111 | 11101 |
Color Harmonies of #830F77
Complementary color
Monochromatic Colors of #830F77
Black with #830F77
Text Example
Text Example
White with #830F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830F77; }
p { color: rgb(131,15,119); }
H1.HeaderClassName
{
color: #830F77;
}
.AnyTagClassName
{
color: #830F77;
}
</style>
background-color css
<style>
a { background-color: #830F77; }
a { background-color: rgb(131,15,119); }
div.DivClassName
{
background-color: #830F77;
}
.BgClassName
{
background-color: #830F77;
}
</style>
border-color css
<style>
span { border-color: #830F77; }
span { border-color: rgb(131,15,119); }
td.TdClassName
{
border-color: #830F77;
}
.TagClassName
{
border-color: #830F77;
}
</style>