Shades of Medium Purple #8266DA
Tints of Medium Purple #8266DA
RGB
CMYK
RGB Variations
Color information
#8266DA (or 0x8266DA) is known color: Medium Purple. HEX triplet: 82, 66 and DA. RGB value is (130,102,218). Sum of RGB (Red+Green+Blue) = 130+102+218=450 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.89% from 450); Green value is 102 (40.23% from 255 or 22.67% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #8266DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8266DA is #7D9925. Grayscale: #7B7B7B. Windows color (decimal): -8231206 or 14313090. OLE color: 14313090.
HSL color Cylindrical-coordinate representation of color #8266DA: hue angle of 254.48º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8266DA is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 102 | 218 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.15 |
| HSL | 254.48º | 0.61% | 0.63% | - |
| HSV(B) | 254.48º | 0.53% | 0.85% | - |
| XYZ | 26.61 | 19.31 | 68.65 | - |
| YUV | 123.6 | 181.28 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 102 | 218 | 0.40 | 0.53 | 0 | 0.15 | 254.48 | 0.61 | 0.63 |
| Hex | 82 | 66 | DA | 28 | 35 | 0 | F | FE | 3D | 3F |
| Octal | 202 | 146 | 332 | 50 | 65 | 0 | 17 | 376 | 75 | 77 |
| Binary | 10000010 | 1100110 | 11011010 | 101000 | 110101 | 0 | 1111 | 11111110 | 111101 | 111111 |
Color Harmonies of #8266DA
Complementary color
Monochromatic Colors of #8266DA
Black with #8266DA
Text Example
Text Example
White with #8266DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8266DA; }
p { color: rgb(130,102,218); }
H1.HeaderClassName
{
color: #8266DA;
}
.AnyTagClassName
{
color: #8266DA;
}
</style>
background-color css
<style>
a { background-color: #8266DA; }
a { background-color: rgb(130,102,218); }
div.DivClassName
{
background-color: #8266DA;
}
.BgClassName
{
background-color: #8266DA;
}
</style>
border-color css
<style>
span { border-color: #8266DA; }
span { border-color: rgb(130,102,218); }
td.TdClassName
{
border-color: #8266DA;
}
.TagClassName
{
border-color: #8266DA;
}
</style>