Shades of Medium Purple #8566DA
Tints of Medium Purple #8566DA
RGB
CMYK
RGB Variations
Color information
#8566DA (or 0x8566DA) is known color: Medium Purple. HEX triplet: 85, 66 and DA. RGB value is (133,102,218). Sum of RGB (Red+Green+Blue) = 133+102+218=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 102 (40.23% from 255 or 22.52% 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 #8566DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8566DA is #7A9925. Grayscale: #7C7C7C. Windows color (decimal): -8034598 or 14313093. OLE color: 14313093.
HSL color Cylindrical-coordinate representation of color #8566DA: hue angle of 256.03º 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 #8566DA is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 102 | 218 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.15 |
| HSL | 256.03º | 0.61% | 0.63% | - |
| HSV(B) | 256.03º | 0.53% | 0.85% | - |
| XYZ | 27.08 | 19.55 | 68.68 | - |
| YUV | 124.49 | 180.77 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 102 | 218 | 0.39 | 0.53 | 0 | 0.15 | 256.03 | 0.61 | 0.63 |
| Hex | 85 | 66 | DA | 27 | 35 | 0 | F | 100 | 3D | 3F |
| Octal | 205 | 146 | 332 | 47 | 65 | 0 | 17 | 400 | 75 | 77 |
| Binary | 10000101 | 1100110 | 11011010 | 100111 | 110101 | 0 | 1111 | 100000000 | 111101 | 111111 |
Color Harmonies of #8566DA
Complementary color
Monochromatic Colors of #8566DA
Black with #8566DA
Text Example
Text Example
White with #8566DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8566DA; }
p { color: rgb(133,102,218); }
H1.HeaderClassName
{
color: #8566DA;
}
.AnyTagClassName
{
color: #8566DA;
}
</style>
background-color css
<style>
a { background-color: #8566DA; }
a { background-color: rgb(133,102,218); }
div.DivClassName
{
background-color: #8566DA;
}
.BgClassName
{
background-color: #8566DA;
}
</style>
border-color css
<style>
span { border-color: #8566DA; }
span { border-color: rgb(133,102,218); }
td.TdClassName
{
border-color: #8566DA;
}
.TagClassName
{
border-color: #8566DA;
}
</style>