Shades of Dark Purple #8C2369
Tints of Dark Purple #8C2369
RGB
CMYK
RGB Variations
Color information
#8C2369 (or 0x8C2369) is known color: Dark Purple. HEX triplet: 8C, 23 and 69. RGB value is (140,35,105). Sum of RGB (Red+Green+Blue) = 140+35+105=280 (37% of max value = 765). Red value is 140 (55.08% from 255 or 50% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2369 is #73DC96. Grayscale: #4A4A4A. Windows color (decimal): -7593111 or 6890380. OLE color: 6890380.
HSL color Cylindrical-coordinate representation of color #8C2369: hue angle of 320º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C2369 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 35 | 105 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.45 |
| HSL | 320º | 0.6% | 0.34% | - |
| HSV(B) | 320º | 0.75% | 0.55% | - |
| XYZ | 13.97 | 7.8 | 14.13 | - |
| YUV | 74.38 | 145.29 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 35 | 105 | 0 | 0.75 | 0.25 | 0.45 | 320 | 0.6 | 0.34 |
| Hex | 8C | 23 | 69 | 0 | 4B | 19 | 2D | 140 | 3C | 22 |
| Octal | 214 | 43 | 151 | 0 | 113 | 31 | 55 | 500 | 74 | 42 |
| Binary | 10001100 | 100011 | 1101001 | 0 | 1001011 | 11001 | 101101 | 101000000 | 111100 | 100010 |
Color Harmonies of #8C2369
Complementary color
Monochromatic Colors of #8C2369
Black with #8C2369
Text Example
Text Example
White with #8C2369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2369; }
p { color: rgb(140,35,105); }
H1.HeaderClassName
{
color: #8C2369;
}
.AnyTagClassName
{
color: #8C2369;
}
</style>
background-color css
<style>
a { background-color: #8C2369; }
a { background-color: rgb(140,35,105); }
div.DivClassName
{
background-color: #8C2369;
}
.BgClassName
{
background-color: #8C2369;
}
</style>
border-color css
<style>
span { border-color: #8C2369; }
span { border-color: rgb(140,35,105); }
td.TdClassName
{
border-color: #8C2369;
}
.TagClassName
{
border-color: #8C2369;
}
</style>