Shades of Dark Purple #881466
Tints of Dark Purple #881466
RGB
CMYK
RGB Variations
Color information
#881466 (or 0x881466) is known color: Dark Purple. HEX triplet: 88, 14 and 66. RGB value is (136,20,102). Sum of RGB (Red+Green+Blue) = 136+20+102=258 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.71% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 102 (40.23% from 255 or 39.53% from 258); Max value from RGB is 136 - color contains mainly: red. Hex color #881466 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881466 is #77EB99. Grayscale: #3F3F3F. Windows color (decimal): -7859098 or 6689928. OLE color: 6689928.
HSL color Cylindrical-coordinate representation of color #881466: hue angle of 317.59º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #881466 is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 20 | 102 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.47 |
| HSL | 317.59º | 0.74% | 0.31% | - |
| HSV(B) | 317.59º | 0.85% | 0.53% | - |
| XYZ | 12.8 | 6.69 | 13.19 | - |
| YUV | 64.03 | 149.43 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 20 | 102 | 0 | 0.85 | 0.25 | 0.47 | 317.59 | 0.74 | 0.31 |
| Hex | 88 | 14 | 66 | 0 | 55 | 19 | 2F | 13E | 4A | 1F |
| Octal | 210 | 24 | 146 | 0 | 125 | 31 | 57 | 476 | 112 | 37 |
| Binary | 10001000 | 10100 | 1100110 | 0 | 1010101 | 11001 | 101111 | 100111110 | 1001010 | 11111 |
Color Harmonies of #881466
Complementary color
Monochromatic Colors of #881466
Black with #881466
Text Example
Text Example
White with #881466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881466; }
p { color: rgb(136,20,102); }
H1.HeaderClassName
{
color: #881466;
}
.AnyTagClassName
{
color: #881466;
}
</style>
background-color css
<style>
a { background-color: #881466; }
a { background-color: rgb(136,20,102); }
div.DivClassName
{
background-color: #881466;
}
.BgClassName
{
background-color: #881466;
}
</style>
border-color css
<style>
span { border-color: #881466; }
span { border-color: rgb(136,20,102); }
td.TdClassName
{
border-color: #881466;
}
.TagClassName
{
border-color: #881466;
}
</style>