Shades of Medium Purple #8263D4
Tints of Medium Purple #8263D4
RGB
CMYK
RGB Variations
Color information
#8263D4 (or 0x8263D4) is known color: Medium Purple. HEX triplet: 82, 63 and D4. RGB value is (130,99,212). Sum of RGB (Red+Green+Blue) = 130+99+212=441 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.48% from 441); Green value is 99 (39.06% from 255 or 22.45% from 441); Blue value is 212 (83.20% from 255 or 48.07% from 441); Max value from RGB is 212 - color contains mainly: blue. Hex color #8263D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8263D4 is #7D9C2B. Grayscale: #787878. Windows color (decimal): -8231980 or 13919106. OLE color: 13919106.
HSL color Cylindrical-coordinate representation of color #8263D4: hue angle of 256.46º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8263D4 is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 130 | 99 | 212 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.17 |
| HSL | 256.46º | 0.57% | 0.61% | - |
| HSV(B) | 256.46º | 0.53% | 0.83% | - |
| XYZ | 25.55 | 18.42 | 64.5 | - |
| YUV | 121.15 | 179.27 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 99 | 212 | 0.39 | 0.53 | 0 | 0.17 | 256.46 | 0.57 | 0.61 |
| Hex | 82 | 63 | D4 | 27 | 35 | 0 | 11 | 100 | 39 | 3D |
| Octal | 202 | 143 | 324 | 47 | 65 | 0 | 21 | 400 | 71 | 75 |
| Binary | 10000010 | 1100011 | 11010100 | 100111 | 110101 | 0 | 10001 | 100000000 | 111001 | 111101 |
Color Harmonies of #8263D4
Complementary color
Monochromatic Colors of #8263D4
Black with #8263D4
Text Example
Text Example
White with #8263D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8263D4; }
p { color: rgb(130,99,212); }
H1.HeaderClassName
{
color: #8263D4;
}
.AnyTagClassName
{
color: #8263D4;
}
</style>
background-color css
<style>
a { background-color: #8263D4; }
a { background-color: rgb(130,99,212); }
div.DivClassName
{
background-color: #8263D4;
}
.BgClassName
{
background-color: #8263D4;
}
</style>
border-color css
<style>
span { border-color: #8263D4; }
span { border-color: rgb(130,99,212); }
td.TdClassName
{
border-color: #8263D4;
}
.TagClassName
{
border-color: #8263D4;
}
</style>