Shades of Medium Purple #8768DA
Tints of Medium Purple #8768DA
RGB
CMYK
RGB Variations
Color information
#8768DA (or 0x8768DA) is known color: Medium Purple. HEX triplet: 87, 68 and DA. RGB value is (135,104,218). Sum of RGB (Red+Green+Blue) = 135+104+218=457 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.54% from 457); Green value is 104 (41.02% from 255 or 22.76% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #8768DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8768DA is #789725. Grayscale: #7D7D7D. Windows color (decimal): -7903014 or 14313607. OLE color: 14313607.
HSL color Cylindrical-coordinate representation of color #8768DA: hue angle of 256.32º 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 #8768DA is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 135 | 104 | 218 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.15 |
| HSL | 256.32º | 0.61% | 0.63% | - |
| HSV(B) | 256.32º | 0.52% | 0.85% | - |
| XYZ | 27.6 | 20.11 | 68.76 | - |
| YUV | 126.27 | 179.77 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 104 | 218 | 0.38 | 0.52 | 0 | 0.15 | 256.32 | 0.61 | 0.63 |
| Hex | 87 | 68 | DA | 26 | 34 | 0 | F | 100 | 3D | 3F |
| Octal | 207 | 150 | 332 | 46 | 64 | 0 | 17 | 400 | 75 | 77 |
| Binary | 10000111 | 1101000 | 11011010 | 100110 | 110100 | 0 | 1111 | 100000000 | 111101 | 111111 |
Color Harmonies of #8768DA
Complementary color
Monochromatic Colors of #8768DA
Black with #8768DA
Text Example
Text Example
White with #8768DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8768DA; }
p { color: rgb(135,104,218); }
H1.HeaderClassName
{
color: #8768DA;
}
.AnyTagClassName
{
color: #8768DA;
}
</style>
background-color css
<style>
a { background-color: #8768DA; }
a { background-color: rgb(135,104,218); }
div.DivClassName
{
background-color: #8768DA;
}
.BgClassName
{
background-color: #8768DA;
}
</style>
border-color css
<style>
span { border-color: #8768DA; }
span { border-color: rgb(135,104,218); }
td.TdClassName
{
border-color: #8768DA;
}
.TagClassName
{
border-color: #8768DA;
}
</style>