Shades of Medium Purple #8269DA
Tints of Medium Purple #8269DA
RGB
CMYK
RGB Variations
Color information
#8269DA (or 0x8269DA) is known color: Medium Purple. HEX triplet: 82, 69 and DA. RGB value is (130,105,218). Sum of RGB (Red+Green+Blue) = 130+105+218=453 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.70% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #8269DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8269DA is #7D9625. Grayscale: #7C7C7C. Windows color (decimal): -8230438 or 14313858. OLE color: 14313858.
HSL color Cylindrical-coordinate representation of color #8269DA: hue angle of 253.27º degrees, saturation: 0.6, 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 #8269DA is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 105 | 218 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.15 |
| HSL | 253.27º | 0.6% | 0.63% | - |
| HSV(B) | 253.27º | 0.52% | 0.85% | - |
| XYZ | 26.91 | 19.91 | 68.75 | - |
| YUV | 125.36 | 180.28 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 105 | 218 | 0.40 | 0.52 | 0 | 0.15 | 253.27 | 0.6 | 0.63 |
| Hex | 82 | 69 | DA | 28 | 34 | 0 | F | FD | 3C | 3F |
| Octal | 202 | 151 | 332 | 50 | 64 | 0 | 17 | 375 | 74 | 77 |
| Binary | 10000010 | 1101001 | 11011010 | 101000 | 110100 | 0 | 1111 | 11111101 | 111100 | 111111 |
Color Harmonies of #8269DA
Complementary color
Monochromatic Colors of #8269DA
Black with #8269DA
Text Example
Text Example
White with #8269DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8269DA; }
p { color: rgb(130,105,218); }
H1.HeaderClassName
{
color: #8269DA;
}
.AnyTagClassName
{
color: #8269DA;
}
</style>
background-color css
<style>
a { background-color: #8269DA; }
a { background-color: rgb(130,105,218); }
div.DivClassName
{
background-color: #8269DA;
}
.BgClassName
{
background-color: #8269DA;
}
</style>
border-color css
<style>
span { border-color: #8269DA; }
span { border-color: rgb(130,105,218); }
td.TdClassName
{
border-color: #8269DA;
}
.TagClassName
{
border-color: #8269DA;
}
</style>