Shades of Medium Purple #8262DA
Tints of Medium Purple #8262DA
RGB
CMYK
RGB Variations
Color information
#8262DA (or 0x8262DA) is known color: Medium Purple. HEX triplet: 82, 62 and DA. RGB value is (130,98,218). Sum of RGB (Red+Green+Blue) = 130+98+218=446 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.15% from 446); Green value is 98 (38.67% from 255 or 21.97% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #8262DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8262DA is #7D9D25. Grayscale: #787878. Windows color (decimal): -8232230 or 14312066. OLE color: 14312066.
HSL color Cylindrical-coordinate representation of color #8262DA: hue angle of 256º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8262DA is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 98 | 218 | - |
| CMYK | 0.40 | 0.55 | 0 | 0.15 |
| HSL | 256º | 0.62% | 0.62% | - |
| HSV(B) | 256º | 0.55% | 0.85% | - |
| XYZ | 26.23 | 18.54 | 68.53 | - |
| YUV | 121.25 | 182.6 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 98 | 218 | 0.40 | 0.55 | 0 | 0.15 | 256 | 0.62 | 0.62 |
| Hex | 82 | 62 | DA | 28 | 37 | 0 | F | 100 | 3E | 3E |
| Octal | 202 | 142 | 332 | 50 | 67 | 0 | 17 | 400 | 76 | 76 |
| Binary | 10000010 | 1100010 | 11011010 | 101000 | 110111 | 0 | 1111 | 100000000 | 111110 | 111110 |
Color Harmonies of #8262DA
Complementary color
Monochromatic Colors of #8262DA
Black with #8262DA
Text Example
Text Example
White with #8262DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8262DA; }
p { color: rgb(130,98,218); }
H1.HeaderClassName
{
color: #8262DA;
}
.AnyTagClassName
{
color: #8262DA;
}
</style>
background-color css
<style>
a { background-color: #8262DA; }
a { background-color: rgb(130,98,218); }
div.DivClassName
{
background-color: #8262DA;
}
.BgClassName
{
background-color: #8262DA;
}
</style>
border-color css
<style>
span { border-color: #8262DA; }
span { border-color: rgb(130,98,218); }
td.TdClassName
{
border-color: #8262DA;
}
.TagClassName
{
border-color: #8262DA;
}
</style>