Shades of Medium Purple #8165DA
Tints of Medium Purple #8165DA
RGB
CMYK
RGB Variations
Color information
#8165DA (or 0x8165DA) is known color: Medium Purple. HEX triplet: 81, 65 and DA. RGB value is (129,101,218). Sum of RGB (Red+Green+Blue) = 129+101+218=448 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.79% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #8165DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8165DA is #7E9A25. Grayscale: #7A7A7A. Windows color (decimal): -8296998 or 14312833. OLE color: 14312833.
HSL color Cylindrical-coordinate representation of color #8165DA: hue angle of 254.36º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8165DA is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 101 | 218 | - |
| CMYK | 0.41 | 0.54 | 0 | 0.15 |
| HSL | 254.36º | 0.61% | 0.63% | - |
| HSV(B) | 254.36º | 0.54% | 0.85% | - |
| XYZ | 26.36 | 19.04 | 68.61 | - |
| YUV | 122.71 | 181.78 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 101 | 218 | 0.41 | 0.54 | 0 | 0.15 | 254.36 | 0.61 | 0.63 |
| Hex | 81 | 65 | DA | 29 | 36 | 0 | F | FE | 3D | 3F |
| Octal | 201 | 145 | 332 | 51 | 66 | 0 | 17 | 376 | 75 | 77 |
| Binary | 10000001 | 1100101 | 11011010 | 101001 | 110110 | 0 | 1111 | 11111110 | 111101 | 111111 |
Color Harmonies of #8165DA
Complementary color
Monochromatic Colors of #8165DA
Black with #8165DA
Text Example
Text Example
White with #8165DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8165DA; }
p { color: rgb(129,101,218); }
H1.HeaderClassName
{
color: #8165DA;
}
.AnyTagClassName
{
color: #8165DA;
}
</style>
background-color css
<style>
a { background-color: #8165DA; }
a { background-color: rgb(129,101,218); }
div.DivClassName
{
background-color: #8165DA;
}
.BgClassName
{
background-color: #8165DA;
}
</style>
border-color css
<style>
span { border-color: #8165DA; }
span { border-color: rgb(129,101,218); }
td.TdClassName
{
border-color: #8165DA;
}
.TagClassName
{
border-color: #8165DA;
}
</style>