Shades of Dark Purple #802866
Tints of Dark Purple #802866
RGB
CMYK
RGB Variations
Color information
#802866 (or 0x802866) is known color: Dark Purple. HEX triplet: 80, 28 and 66. RGB value is (128,40,102). Sum of RGB (Red+Green+Blue) = 128+40+102=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #802866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802866 is #7FD799. Grayscale: #494949. Windows color (decimal): -8378266 or 6695040. OLE color: 6695040.
HSL color Cylindrical-coordinate representation of color #802866: hue angle of 317.73º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #802866 is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 40 | 102 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.50 |
| HSL | 317.73º | 0.52% | 0.33% | - |
| HSV(B) | 317.73º | 0.69% | 0.5% | - |
| XYZ | 12.06 | 7.07 | 13.3 | - |
| YUV | 73.38 | 144.15 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 102 | 0 | 0.69 | 0.20 | 0.50 | 317.73 | 0.52 | 0.33 |
| Hex | 80 | 28 | 66 | 0 | 45 | 14 | 32 | 13E | 34 | 21 |
| Octal | 200 | 50 | 146 | 0 | 105 | 24 | 62 | 476 | 64 | 41 |
| Binary | 10000000 | 101000 | 1100110 | 0 | 1000101 | 10100 | 110010 | 100111110 | 110100 | 100001 |
Color Harmonies of #802866
Complementary color
Monochromatic Colors of #802866
Black with #802866
Text Example
Text Example
White with #802866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802866; }
p { color: rgb(128,40,102); }
H1.HeaderClassName
{
color: #802866;
}
.AnyTagClassName
{
color: #802866;
}
</style>
background-color css
<style>
a { background-color: #802866; }
a { background-color: rgb(128,40,102); }
div.DivClassName
{
background-color: #802866;
}
.BgClassName
{
background-color: #802866;
}
</style>
border-color css
<style>
span { border-color: #802866; }
span { border-color: rgb(128,40,102); }
td.TdClassName
{
border-color: #802866;
}
.TagClassName
{
border-color: #802866;
}
</style>