Shades of Dark Purple #8C2667
Tints of Dark Purple #8C2667
RGB
CMYK
RGB Variations
Color information
#8C2667 (or 0x8C2667) is known color: Dark Purple. HEX triplet: 8C, 26 and 67. RGB value is (140,38,103). Sum of RGB (Red+Green+Blue) = 140+38+103=281 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.82% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2667 is #73D998. Grayscale: #4B4B4B. Windows color (decimal): -7592345 or 6760076. OLE color: 6760076.
HSL color Cylindrical-coordinate representation of color #8C2667: hue angle of 321.76º 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 #8C2667 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 38 | 103 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.45 |
| HSL | 321.76º | 0.57% | 0.35% | - |
| HSV(B) | 321.76º | 0.73% | 0.55% | - |
| XYZ | 13.96 | 7.94 | 13.63 | - |
| YUV | 75.91 | 143.29 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 38 | 103 | 0 | 0.73 | 0.26 | 0.45 | 321.76 | 0.57 | 0.35 |
| Hex | 8C | 26 | 67 | 0 | 49 | 1A | 2D | 142 | 39 | 23 |
| Octal | 214 | 46 | 147 | 0 | 111 | 32 | 55 | 502 | 71 | 43 |
| Binary | 10001100 | 100110 | 1100111 | 0 | 1001001 | 11010 | 101101 | 101000010 | 111001 | 100011 |
Color Harmonies of #8C2667
Complementary color
Monochromatic Colors of #8C2667
Black with #8C2667
Text Example
Text Example
White with #8C2667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2667; }
p { color: rgb(140,38,103); }
H1.HeaderClassName
{
color: #8C2667;
}
.AnyTagClassName
{
color: #8C2667;
}
</style>
background-color css
<style>
a { background-color: #8C2667; }
a { background-color: rgb(140,38,103); }
div.DivClassName
{
background-color: #8C2667;
}
.BgClassName
{
background-color: #8C2667;
}
</style>
border-color css
<style>
span { border-color: #8C2667; }
span { border-color: rgb(140,38,103); }
td.TdClassName
{
border-color: #8C2667;
}
.TagClassName
{
border-color: #8C2667;
}
</style>