Shades of Dark Purple #8C267B
Tints of Dark Purple #8C267B
RGB
CMYK
RGB Variations
Color information
#8C267B (or 0x8C267B) is known color: Dark Purple. HEX triplet: 8C, 26 and 7B. RGB value is (140,38,123). Sum of RGB (Red+Green+Blue) = 140+38+123=301 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.51% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 140 - color contains mainly: red. Hex color #8C267B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C267B is #73D984. Grayscale: #4D4D4D. Windows color (decimal): -7592325 or 8070796. OLE color: 8070796.
HSL color Cylindrical-coordinate representation of color #8C267B: hue angle of 310º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C267B is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 38 | 123 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.45 |
| HSL | 310º | 0.57% | 0.35% | - |
| HSV(B) | 310º | 0.73% | 0.55% | - |
| XYZ | 15.08 | 8.39 | 19.56 | - |
| YUV | 78.19 | 153.29 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 38 | 123 | 0 | 0.73 | 0.12 | 0.45 | 310 | 0.57 | 0.35 |
| Hex | 8C | 26 | 7B | 0 | 49 | C | 2D | 136 | 39 | 23 |
| Octal | 214 | 46 | 173 | 0 | 111 | 14 | 55 | 466 | 71 | 43 |
| Binary | 10001100 | 100110 | 1111011 | 0 | 1001001 | 1100 | 101101 | 100110110 | 111001 | 100011 |
Color Harmonies of #8C267B
Complementary color
Monochromatic Colors of #8C267B
Black with #8C267B
Text Example
Text Example
White with #8C267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C267B; }
p { color: rgb(140,38,123); }
H1.HeaderClassName
{
color: #8C267B;
}
.AnyTagClassName
{
color: #8C267B;
}
</style>
background-color css
<style>
a { background-color: #8C267B; }
a { background-color: rgb(140,38,123); }
div.DivClassName
{
background-color: #8C267B;
}
.BgClassName
{
background-color: #8C267B;
}
</style>
border-color css
<style>
span { border-color: #8C267B; }
span { border-color: rgb(140,38,123); }
td.TdClassName
{
border-color: #8C267B;
}
.TagClassName
{
border-color: #8C267B;
}
</style>