Shades of Dark Purple #8C3B74
Tints of Dark Purple #8C3B74
RGB
CMYK
RGB Variations
Color information
#8C3B74 (or 0x8C3B74) is known color: Dark Purple. HEX triplet: 8C, 3B and 74. RGB value is (140,59,116). Sum of RGB (Red+Green+Blue) = 140+59+116=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 59 (23.44% from 255 or 18.73% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3B74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3B74 is #73C48B. Grayscale: #595959. Windows color (decimal): -7586956 or 7617420. OLE color: 7617420.
HSL color Cylindrical-coordinate representation of color #8C3B74: hue angle of 317.78º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8C3B74 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 59 | 116 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.45 |
| HSL | 317.78º | 0.41% | 0.39% | - |
| HSV(B) | 317.78º | 0.58% | 0.55% | - |
| XYZ | 15.53 | 9.96 | 17.63 | - |
| YUV | 89.72 | 142.84 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 59 | 116 | 0 | 0.58 | 0.17 | 0.45 | 317.78 | 0.41 | 0.39 |
| Hex | 8C | 3B | 74 | 0 | 3A | 11 | 2D | 13E | 29 | 27 |
| Octal | 214 | 73 | 164 | 0 | 72 | 21 | 55 | 476 | 51 | 47 |
| Binary | 10001100 | 111011 | 1110100 | 0 | 111010 | 10001 | 101101 | 100111110 | 101001 | 100111 |
Color Harmonies of #8C3B74
Complementary color
Monochromatic Colors of #8C3B74
Black with #8C3B74
Text Example
Text Example
White with #8C3B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3B74; }
p { color: rgb(140,59,116); }
H1.HeaderClassName
{
color: #8C3B74;
}
.AnyTagClassName
{
color: #8C3B74;
}
</style>
background-color css
<style>
a { background-color: #8C3B74; }
a { background-color: rgb(140,59,116); }
div.DivClassName
{
background-color: #8C3B74;
}
.BgClassName
{
background-color: #8C3B74;
}
</style>
border-color css
<style>
span { border-color: #8C3B74; }
span { border-color: rgb(140,59,116); }
td.TdClassName
{
border-color: #8C3B74;
}
.TagClassName
{
border-color: #8C3B74;
}
</style>