Shades of Dark Purple #8A1F6C
Tints of Dark Purple #8A1F6C
RGB
CMYK
RGB Variations
Color information
#8A1F6C (or 0x8A1F6C) is known color: Dark Purple. HEX triplet: 8A, 1F and 6C. RGB value is (138,31,108). Sum of RGB (Red+Green+Blue) = 138+31+108=277 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.82% from 277); Green value is 31 (12.5% from 255 or 11.19% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1F6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A1F6C is #75E093. Grayscale: #474747. Windows color (decimal): -7725204 or 7085962. OLE color: 7085962.
HSL color Cylindrical-coordinate representation of color #8A1F6C: hue angle of 316.82º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A1F6C is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 31 | 108 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.46 |
| HSL | 316.82º | 0.63% | 0.33% | - |
| HSV(B) | 316.82º | 0.78% | 0.54% | - |
| XYZ | 13.68 | 7.47 | 14.91 | - |
| YUV | 71.77 | 148.45 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 31 | 108 | 0 | 0.78 | 0.22 | 0.46 | 316.82 | 0.63 | 0.33 |
| Hex | 8A | 1F | 6C | 0 | 4E | 16 | 2E | 13D | 3F | 21 |
| Octal | 212 | 37 | 154 | 0 | 116 | 26 | 56 | 475 | 77 | 41 |
| Binary | 10001010 | 11111 | 1101100 | 0 | 1001110 | 10110 | 101110 | 100111101 | 111111 | 100001 |
Color Harmonies of #8A1F6C
Complementary color
Monochromatic Colors of #8A1F6C
Black with #8A1F6C
Text Example
Text Example
White with #8A1F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1F6C; }
p { color: rgb(138,31,108); }
H1.HeaderClassName
{
color: #8A1F6C;
}
.AnyTagClassName
{
color: #8A1F6C;
}
</style>
background-color css
<style>
a { background-color: #8A1F6C; }
a { background-color: rgb(138,31,108); }
div.DivClassName
{
background-color: #8A1F6C;
}
.BgClassName
{
background-color: #8A1F6C;
}
</style>
border-color css
<style>
span { border-color: #8A1F6C; }
span { border-color: rgb(138,31,108); }
td.TdClassName
{
border-color: #8A1F6C;
}
.TagClassName
{
border-color: #8A1F6C;
}
</style>