Shades of Dark Purple #8C257A
Tints of Dark Purple #8C257A
RGB
CMYK
RGB Variations
Color information
#8C257A (or 0x8C257A) is known color: Dark Purple. HEX triplet: 8C, 25 and 7A. RGB value is (140,37,122). Sum of RGB (Red+Green+Blue) = 140+37+122=299 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.82% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 140 - color contains mainly: red. Hex color #8C257A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C257A is #73DA85. Grayscale: #4D4D4D. Windows color (decimal): -7592582 or 8005004. OLE color: 8005004.
HSL color Cylindrical-coordinate representation of color #8C257A: hue angle of 310.49º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C257A is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 37 | 122 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.45 |
| HSL | 310.49º | 0.58% | 0.35% | - |
| HSV(B) | 310.49º | 0.74% | 0.55% | - |
| XYZ | 14.99 | 8.3 | 19.23 | - |
| YUV | 77.49 | 153.12 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 37 | 122 | 0 | 0.74 | 0.13 | 0.45 | 310.49 | 0.58 | 0.35 |
| Hex | 8C | 25 | 7A | 0 | 4A | D | 2D | 136 | 3A | 23 |
| Octal | 214 | 45 | 172 | 0 | 112 | 15 | 55 | 466 | 72 | 43 |
| Binary | 10001100 | 100101 | 1111010 | 0 | 1001010 | 1101 | 101101 | 100110110 | 111010 | 100011 |
Color Harmonies of #8C257A
Complementary color
Monochromatic Colors of #8C257A
Black with #8C257A
Text Example
Text Example
White with #8C257A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C257A; }
p { color: rgb(140,37,122); }
H1.HeaderClassName
{
color: #8C257A;
}
.AnyTagClassName
{
color: #8C257A;
}
</style>
background-color css
<style>
a { background-color: #8C257A; }
a { background-color: rgb(140,37,122); }
div.DivClassName
{
background-color: #8C257A;
}
.BgClassName
{
background-color: #8C257A;
}
</style>
border-color css
<style>
span { border-color: #8C257A; }
span { border-color: rgb(140,37,122); }
td.TdClassName
{
border-color: #8C257A;
}
.TagClassName
{
border-color: #8C257A;
}
</style>