Shades of Medium Purple #8268DA
Tints of Medium Purple #8268DA
RGB
CMYK
RGB Variations
Color information
#8268DA (or 0x8268DA) is known color: Medium Purple. HEX triplet: 82, 68 and DA. RGB value is (130,104,218). Sum of RGB (Red+Green+Blue) = 130+104+218=452 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.76% from 452); Green value is 104 (41.02% from 255 or 23.01% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #8268DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8268DA is #7D9725. Grayscale: #7C7C7C. Windows color (decimal): -8230694 or 14313602. OLE color: 14313602.
HSL color Cylindrical-coordinate representation of color #8268DA: hue angle of 253.68º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8268DA is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 104 | 218 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.15 |
| HSL | 253.68º | 0.61% | 0.63% | - |
| HSV(B) | 253.68º | 0.52% | 0.85% | - |
| XYZ | 26.81 | 19.71 | 68.72 | - |
| YUV | 124.77 | 180.61 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 104 | 218 | 0.40 | 0.52 | 0 | 0.15 | 253.68 | 0.61 | 0.63 |
| Hex | 82 | 68 | DA | 28 | 34 | 0 | F | FE | 3D | 3F |
| Octal | 202 | 150 | 332 | 50 | 64 | 0 | 17 | 376 | 75 | 77 |
| Binary | 10000010 | 1101000 | 11011010 | 101000 | 110100 | 0 | 1111 | 11111110 | 111101 | 111111 |
Color Harmonies of #8268DA
Complementary color
Monochromatic Colors of #8268DA
Black with #8268DA
Text Example
Text Example
White with #8268DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8268DA; }
p { color: rgb(130,104,218); }
H1.HeaderClassName
{
color: #8268DA;
}
.AnyTagClassName
{
color: #8268DA;
}
</style>
background-color css
<style>
a { background-color: #8268DA; }
a { background-color: rgb(130,104,218); }
div.DivClassName
{
background-color: #8268DA;
}
.BgClassName
{
background-color: #8268DA;
}
</style>
border-color css
<style>
span { border-color: #8268DA; }
span { border-color: rgb(130,104,218); }
td.TdClassName
{
border-color: #8268DA;
}
.TagClassName
{
border-color: #8268DA;
}
</style>