Shades of Dark Purple #8A266A
Tints of Dark Purple #8A266A
RGB
CMYK
RGB Variations
Color information
#8A266A (or 0x8A266A) is known color: Dark Purple. HEX triplet: 8A, 26 and 6A. RGB value is (138,38,106). Sum of RGB (Red+Green+Blue) = 138+38+106=282 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.94% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 138 - color contains mainly: red. Hex color #8A266A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A266A is #75D995. Grayscale: #4B4B4B. Windows color (decimal): -7723414 or 6956682. OLE color: 6956682.
HSL color Cylindrical-coordinate representation of color #8A266A: hue angle of 319.2º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8A266A is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 38 | 106 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.46 |
| HSL | 319.2º | 0.57% | 0.35% | - |
| HSV(B) | 319.2º | 0.72% | 0.54% | - |
| XYZ | 13.78 | 7.83 | 14.42 | - |
| YUV | 75.65 | 145.13 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 38 | 106 | 0 | 0.72 | 0.23 | 0.46 | 319.2 | 0.57 | 0.35 |
| Hex | 8A | 26 | 6A | 0 | 48 | 17 | 2E | 13F | 39 | 23 |
| Octal | 212 | 46 | 152 | 0 | 110 | 27 | 56 | 477 | 71 | 43 |
| Binary | 10001010 | 100110 | 1101010 | 0 | 1001000 | 10111 | 101110 | 100111111 | 111001 | 100011 |
Color Harmonies of #8A266A
Complementary color
Monochromatic Colors of #8A266A
Black with #8A266A
Text Example
Text Example
White with #8A266A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A266A; }
p { color: rgb(138,38,106); }
H1.HeaderClassName
{
color: #8A266A;
}
.AnyTagClassName
{
color: #8A266A;
}
</style>
background-color css
<style>
a { background-color: #8A266A; }
a { background-color: rgb(138,38,106); }
div.DivClassName
{
background-color: #8A266A;
}
.BgClassName
{
background-color: #8A266A;
}
</style>
border-color css
<style>
span { border-color: #8A266A; }
span { border-color: rgb(138,38,106); }
td.TdClassName
{
border-color: #8A266A;
}
.TagClassName
{
border-color: #8A266A;
}
</style>