Shades of Dark Purple #8A2F83
Tints of Dark Purple #8A2F83
RGB
CMYK
RGB Variations
Color information
#8A2F83 (or 0x8A2F83) is known color: Dark Purple. HEX triplet: 8A, 2F and 83. RGB value is (138,47,131). Sum of RGB (Red+Green+Blue) = 138+47+131=316 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.67% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2F83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2F83 is #75D07C. Grayscale: #535353. Windows color (decimal): -7721085 or 8597386. OLE color: 8597386.
HSL color Cylindrical-coordinate representation of color #8A2F83: hue angle of 304.62º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8A2F83 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 47 | 131 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.46 |
| HSL | 304.62º | 0.49% | 0.36% | - |
| HSV(B) | 304.62º | 0.66% | 0.54% | - |
| XYZ | 15.59 | 9.07 | 22.4 | - |
| YUV | 83.79 | 154.65 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 47 | 131 | 0 | 0.66 | 0.05 | 0.46 | 304.62 | 0.49 | 0.36 |
| Hex | 8A | 2F | 83 | 0 | 42 | 5 | 2E | 131 | 31 | 24 |
| Octal | 212 | 57 | 203 | 0 | 102 | 5 | 56 | 461 | 61 | 44 |
| Binary | 10001010 | 101111 | 10000011 | 0 | 1000010 | 101 | 101110 | 100110001 | 110001 | 100100 |
Color Harmonies of #8A2F83
Complementary color
Monochromatic Colors of #8A2F83
Black with #8A2F83
Text Example
Text Example
White with #8A2F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2F83; }
p { color: rgb(138,47,131); }
H1.HeaderClassName
{
color: #8A2F83;
}
.AnyTagClassName
{
color: #8A2F83;
}
</style>
background-color css
<style>
a { background-color: #8A2F83; }
a { background-color: rgb(138,47,131); }
div.DivClassName
{
background-color: #8A2F83;
}
.BgClassName
{
background-color: #8A2F83;
}
</style>
border-color css
<style>
span { border-color: #8A2F83; }
span { border-color: rgb(138,47,131); }
td.TdClassName
{
border-color: #8A2F83;
}
.TagClassName
{
border-color: #8A2F83;
}
</style>