Shades of Dark Purple #8A1C6C
Tints of Dark Purple #8A1C6C
RGB
CMYK
RGB Variations
Color information
#8A1C6C (or 0x8A1C6C) is known color: Dark Purple. HEX triplet: 8A, 1C and 6C. RGB value is (138,28,108). Sum of RGB (Red+Green+Blue) = 138+28+108=274 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.36% from 274); Green value is 28 (11.33% from 255 or 10.22% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A1C6C is #75E393. Grayscale: #454545. Windows color (decimal): -7725972 or 7085194. OLE color: 7085194.
HSL color Cylindrical-coordinate representation of color #8A1C6C: hue angle of 316.36º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A1C6C is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 28 | 108 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.46 |
| HSL | 316.36º | 0.66% | 0.33% | - |
| HSV(B) | 316.36º | 0.8% | 0.54% | - |
| XYZ | 13.6 | 7.32 | 14.88 | - |
| YUV | 70.01 | 149.44 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 28 | 108 | 0 | 0.80 | 0.22 | 0.46 | 316.36 | 0.66 | 0.33 |
| Hex | 8A | 1C | 6C | 0 | 50 | 16 | 2E | 13C | 42 | 21 |
| Octal | 212 | 34 | 154 | 0 | 120 | 26 | 56 | 474 | 102 | 41 |
| Binary | 10001010 | 11100 | 1101100 | 0 | 1010000 | 10110 | 101110 | 100111100 | 1000010 | 100001 |
Color Harmonies of #8A1C6C
Complementary color
Monochromatic Colors of #8A1C6C
Black with #8A1C6C
Text Example
Text Example
White with #8A1C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1C6C; }
p { color: rgb(138,28,108); }
H1.HeaderClassName
{
color: #8A1C6C;
}
.AnyTagClassName
{
color: #8A1C6C;
}
</style>
background-color css
<style>
a { background-color: #8A1C6C; }
a { background-color: rgb(138,28,108); }
div.DivClassName
{
background-color: #8A1C6C;
}
.BgClassName
{
background-color: #8A1C6C;
}
</style>
border-color css
<style>
span { border-color: #8A1C6C; }
span { border-color: rgb(138,28,108); }
td.TdClassName
{
border-color: #8A1C6C;
}
.TagClassName
{
border-color: #8A1C6C;
}
</style>