Shades of Dark Purple #8C337B
Tints of Dark Purple #8C337B
RGB
CMYK
RGB Variations
Color information
#8C337B (or 0x8C337B) is known color: Dark Purple. HEX triplet: 8C, 33 and 7B. RGB value is (140,51,123). Sum of RGB (Red+Green+Blue) = 140+51+123=314 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.59% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 140 - color contains mainly: red. Hex color #8C337B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C337B is #73CC84. Grayscale: #555555. Windows color (decimal): -7588997 or 8074124. OLE color: 8074124.
HSL color Cylindrical-coordinate representation of color #8C337B: hue angle of 311.46º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C337B is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 51 | 123 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.45 |
| HSL | 311.46º | 0.47% | 0.37% | - |
| HSV(B) | 311.46º | 0.64% | 0.55% | - |
| XYZ | 15.57 | 9.37 | 19.73 | - |
| YUV | 85.82 | 148.99 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 51 | 123 | 0 | 0.64 | 0.12 | 0.45 | 311.46 | 0.47 | 0.37 |
| Hex | 8C | 33 | 7B | 0 | 40 | C | 2D | 137 | 2F | 25 |
| Octal | 214 | 63 | 173 | 0 | 100 | 14 | 55 | 467 | 57 | 45 |
| Binary | 10001100 | 110011 | 1111011 | 0 | 1000000 | 1100 | 101101 | 100110111 | 101111 | 100101 |
Color Harmonies of #8C337B
Complementary color
Monochromatic Colors of #8C337B
Black with #8C337B
Text Example
Text Example
White with #8C337B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C337B; }
p { color: rgb(140,51,123); }
H1.HeaderClassName
{
color: #8C337B;
}
.AnyTagClassName
{
color: #8C337B;
}
</style>
background-color css
<style>
a { background-color: #8C337B; }
a { background-color: rgb(140,51,123); }
div.DivClassName
{
background-color: #8C337B;
}
.BgClassName
{
background-color: #8C337B;
}
</style>
border-color css
<style>
span { border-color: #8C337B; }
span { border-color: rgb(140,51,123); }
td.TdClassName
{
border-color: #8C337B;
}
.TagClassName
{
border-color: #8C337B;
}
</style>