Shades of Dark Purple #8C1E7B
Tints of Dark Purple #8C1E7B
RGB
CMYK
RGB Variations
Color information
#8C1E7B (or 0x8C1E7B) is known color: Dark Purple. HEX triplet: 8C, 1E and 7B. RGB value is (140,30,123). Sum of RGB (Red+Green+Blue) = 140+30+123=293 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.78% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C1E7B is #73E184. Grayscale: #494949. Windows color (decimal): -7594373 or 8068748. OLE color: 8068748.
HSL color Cylindrical-coordinate representation of color #8C1E7B: hue angle of 309.27º degrees, saturation: 0.65, 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 #8C1E7B is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 30 | 123 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.45 |
| HSL | 309.27º | 0.65% | 0.33% | - |
| HSV(B) | 309.27º | 0.79% | 0.55% | - |
| XYZ | 14.85 | 7.93 | 19.49 | - |
| YUV | 73.49 | 155.94 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 30 | 123 | 0 | 0.79 | 0.12 | 0.45 | 309.27 | 0.65 | 0.33 |
| Hex | 8C | 1E | 7B | 0 | 4F | C | 2D | 135 | 41 | 21 |
| Octal | 214 | 36 | 173 | 0 | 117 | 14 | 55 | 465 | 101 | 41 |
| Binary | 10001100 | 11110 | 1111011 | 0 | 1001111 | 1100 | 101101 | 100110101 | 1000001 | 100001 |
Color Harmonies of #8C1E7B
Complementary color
Monochromatic Colors of #8C1E7B
Black with #8C1E7B
Text Example
Text Example
White with #8C1E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1E7B; }
p { color: rgb(140,30,123); }
H1.HeaderClassName
{
color: #8C1E7B;
}
.AnyTagClassName
{
color: #8C1E7B;
}
</style>
background-color css
<style>
a { background-color: #8C1E7B; }
a { background-color: rgb(140,30,123); }
div.DivClassName
{
background-color: #8C1E7B;
}
.BgClassName
{
background-color: #8C1E7B;
}
</style>
border-color css
<style>
span { border-color: #8C1E7B; }
span { border-color: rgb(140,30,123); }
td.TdClassName
{
border-color: #8C1E7B;
}
.TagClassName
{
border-color: #8C1E7B;
}
</style>