Shades of Dark Purple #8C216B
Tints of Dark Purple #8C216B
RGB
CMYK
RGB Variations
Color information
#8C216B (or 0x8C216B) is known color: Dark Purple. HEX triplet: 8C, 21 and 6B. RGB value is (140,33,107). Sum of RGB (Red+Green+Blue) = 140+33+107=280 (37% of max value = 765). Red value is 140 (55.08% from 255 or 50% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 140 - color contains mainly: red. Hex color #8C216B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C216B is #73DE94. Grayscale: #494949. Windows color (decimal): -7593621 or 7020940. OLE color: 7020940.
HSL color Cylindrical-coordinate representation of color #8C216B: hue angle of 318.5º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C216B is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 33 | 107 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.45 |
| HSL | 318.5º | 0.62% | 0.34% | - |
| HSV(B) | 318.5º | 0.76% | 0.55% | - |
| XYZ | 14.01 | 7.72 | 14.66 | - |
| YUV | 73.43 | 146.95 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 33 | 107 | 0 | 0.76 | 0.24 | 0.45 | 318.5 | 0.62 | 0.34 |
| Hex | 8C | 21 | 6B | 0 | 4C | 18 | 2D | 13F | 3E | 22 |
| Octal | 214 | 41 | 153 | 0 | 114 | 30 | 55 | 477 | 76 | 42 |
| Binary | 10001100 | 100001 | 1101011 | 0 | 1001100 | 11000 | 101101 | 100111111 | 111110 | 100010 |
Color Harmonies of #8C216B
Complementary color
Monochromatic Colors of #8C216B
Black with #8C216B
Text Example
Text Example
White with #8C216B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C216B; }
p { color: rgb(140,33,107); }
H1.HeaderClassName
{
color: #8C216B;
}
.AnyTagClassName
{
color: #8C216B;
}
</style>
background-color css
<style>
a { background-color: #8C216B; }
a { background-color: rgb(140,33,107); }
div.DivClassName
{
background-color: #8C216B;
}
.BgClassName
{
background-color: #8C216B;
}
</style>
border-color css
<style>
span { border-color: #8C216B; }
span { border-color: rgb(140,33,107); }
td.TdClassName
{
border-color: #8C216B;
}
.TagClassName
{
border-color: #8C216B;
}
</style>