Shades of Dark Purple #803166
Tints of Dark Purple #803166
RGB
CMYK
RGB Variations
Color information
#803166 (or 0x803166) is known color: Dark Purple. HEX triplet: 80, 31 and 66. RGB value is (128,49,102). Sum of RGB (Red+Green+Blue) = 128+49+102=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 128 - color contains mainly: red. Hex color #803166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803166 is #7FCE99. Grayscale: #4E4E4E. Windows color (decimal): -8375962 or 6697344. OLE color: 6697344.
HSL color Cylindrical-coordinate representation of color #803166: hue angle of 319.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #803166 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 49 | 102 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.50 |
| HSL | 319.75º | 0.45% | 0.35% | - |
| HSV(B) | 319.75º | 0.62% | 0.5% | - |
| XYZ | 12.4 | 7.75 | 13.41 | - |
| YUV | 78.66 | 141.17 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 49 | 102 | 0 | 0.62 | 0.20 | 0.50 | 319.75 | 0.45 | 0.35 |
| Hex | 80 | 31 | 66 | 0 | 3E | 14 | 32 | 140 | 2D | 23 |
| Octal | 200 | 61 | 146 | 0 | 76 | 24 | 62 | 500 | 55 | 43 |
| Binary | 10000000 | 110001 | 1100110 | 0 | 111110 | 10100 | 110010 | 101000000 | 101101 | 100011 |
Color Harmonies of #803166
Complementary color
Monochromatic Colors of #803166
Black with #803166
Text Example
Text Example
White with #803166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803166; }
p { color: rgb(128,49,102); }
H1.HeaderClassName
{
color: #803166;
}
.AnyTagClassName
{
color: #803166;
}
</style>
background-color css
<style>
a { background-color: #803166; }
a { background-color: rgb(128,49,102); }
div.DivClassName
{
background-color: #803166;
}
.BgClassName
{
background-color: #803166;
}
</style>
border-color css
<style>
span { border-color: #803166; }
span { border-color: rgb(128,49,102); }
td.TdClassName
{
border-color: #803166;
}
.TagClassName
{
border-color: #803166;
}
</style>