Shades of Dark Purple #8C266B
Tints of Dark Purple #8C266B
RGB
CMYK
RGB Variations
Color information
#8C266B (or 0x8C266B) is known color: Dark Purple. HEX triplet: 8C, 26 and 6B. RGB value is (140,38,107). Sum of RGB (Red+Green+Blue) = 140+38+107=285 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.12% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 140 - color contains mainly: red. Hex color #8C266B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C266B is #73D994. Grayscale: #4C4C4C. Windows color (decimal): -7592341 or 7022220. OLE color: 7022220.
HSL color Cylindrical-coordinate representation of color #8C266B: hue angle of 319.41º 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 #8C266B is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 38 | 107 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.45 |
| HSL | 319.41º | 0.57% | 0.35% | - |
| HSV(B) | 319.41º | 0.73% | 0.55% | - |
| XYZ | 14.16 | 8.02 | 14.71 | - |
| YUV | 76.36 | 145.29 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 38 | 107 | 0 | 0.73 | 0.24 | 0.45 | 319.41 | 0.57 | 0.35 |
| Hex | 8C | 26 | 6B | 0 | 49 | 18 | 2D | 13F | 39 | 23 |
| Octal | 214 | 46 | 153 | 0 | 111 | 30 | 55 | 477 | 71 | 43 |
| Binary | 10001100 | 100110 | 1101011 | 0 | 1001001 | 11000 | 101101 | 100111111 | 111001 | 100011 |
Color Harmonies of #8C266B
Complementary color
Monochromatic Colors of #8C266B
Black with #8C266B
Text Example
Text Example
White with #8C266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C266B; }
p { color: rgb(140,38,107); }
H1.HeaderClassName
{
color: #8C266B;
}
.AnyTagClassName
{
color: #8C266B;
}
</style>
background-color css
<style>
a { background-color: #8C266B; }
a { background-color: rgb(140,38,107); }
div.DivClassName
{
background-color: #8C266B;
}
.BgClassName
{
background-color: #8C266B;
}
</style>
border-color css
<style>
span { border-color: #8C266B; }
span { border-color: rgb(140,38,107); }
td.TdClassName
{
border-color: #8C266B;
}
.TagClassName
{
border-color: #8C266B;
}
</style>