Shades of Dark Purple #8C1D6A
Tints of Dark Purple #8C1D6A
RGB
CMYK
RGB Variations
Color information
#8C1D6A (or 0x8C1D6A) is known color: Dark Purple. HEX triplet: 8C, 1D and 6A. RGB value is (140,29,106). Sum of RGB (Red+Green+Blue) = 140+29+106=275 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.91% from 275); Green value is 29 (11.72% from 255 or 10.55% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1D6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C1D6A is #73E295. Grayscale: #464646. Windows color (decimal): -7594646 or 6954380. OLE color: 6954380.
HSL color Cylindrical-coordinate representation of color #8C1D6A: hue angle of 318.38º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C1D6A is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 29 | 106 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.45 |
| HSL | 318.38º | 0.66% | 0.33% | - |
| HSV(B) | 318.38º | 0.79% | 0.55% | - |
| XYZ | 13.86 | 7.49 | 14.35 | - |
| YUV | 70.97 | 147.77 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 29 | 106 | 0 | 0.79 | 0.24 | 0.45 | 318.38 | 0.66 | 0.33 |
| Hex | 8C | 1D | 6A | 0 | 4F | 18 | 2D | 13E | 42 | 21 |
| Octal | 214 | 35 | 152 | 0 | 117 | 30 | 55 | 476 | 102 | 41 |
| Binary | 10001100 | 11101 | 1101010 | 0 | 1001111 | 11000 | 101101 | 100111110 | 1000010 | 100001 |
Color Harmonies of #8C1D6A
Complementary color
Monochromatic Colors of #8C1D6A
Black with #8C1D6A
Text Example
Text Example
White with #8C1D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1D6A; }
p { color: rgb(140,29,106); }
H1.HeaderClassName
{
color: #8C1D6A;
}
.AnyTagClassName
{
color: #8C1D6A;
}
</style>
background-color css
<style>
a { background-color: #8C1D6A; }
a { background-color: rgb(140,29,106); }
div.DivClassName
{
background-color: #8C1D6A;
}
.BgClassName
{
background-color: #8C1D6A;
}
</style>
border-color css
<style>
span { border-color: #8C1D6A; }
span { border-color: rgb(140,29,106); }
td.TdClassName
{
border-color: #8C1D6A;
}
.TagClassName
{
border-color: #8C1D6A;
}
</style>