Shades of Medium Purple #8962DA
Tints of Medium Purple #8962DA
RGB
CMYK
RGB Variations
Color information
#8962DA (or 0x8962DA) is known color: Medium Purple. HEX triplet: 89, 62 and DA. RGB value is (137,98,218). Sum of RGB (Red+Green+Blue) = 137+98+218=453 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.24% from 453); Green value is 98 (38.67% from 255 or 21.63% 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 #8962DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8962DA is #769D25. Grayscale: #7A7A7A. Windows color (decimal): -7773478 or 14312073. OLE color: 14312073.
HSL color Cylindrical-coordinate representation of color #8962DA: hue angle of 259.5º 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 #8962DA is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 98 | 218 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.15 |
| HSL | 259.5º | 0.62% | 0.62% | - |
| HSV(B) | 259.5º | 0.55% | 0.85% | - |
| XYZ | 27.34 | 19.12 | 68.58 | - |
| YUV | 123.34 | 181.42 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 98 | 218 | 0.37 | 0.55 | 0 | 0.15 | 259.5 | 0.62 | 0.62 |
| Hex | 89 | 62 | DA | 25 | 37 | 0 | F | 104 | 3E | 3E |
| Octal | 211 | 142 | 332 | 45 | 67 | 0 | 17 | 404 | 76 | 76 |
| Binary | 10001001 | 1100010 | 11011010 | 100101 | 110111 | 0 | 1111 | 100000100 | 111110 | 111110 |
Color Harmonies of #8962DA
Complementary color
Monochromatic Colors of #8962DA
Black with #8962DA
Text Example
Text Example
White with #8962DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8962DA; }
p { color: rgb(137,98,218); }
H1.HeaderClassName
{
color: #8962DA;
}
.AnyTagClassName
{
color: #8962DA;
}
</style>
background-color css
<style>
a { background-color: #8962DA; }
a { background-color: rgb(137,98,218); }
div.DivClassName
{
background-color: #8962DA;
}
.BgClassName
{
background-color: #8962DA;
}
</style>
border-color css
<style>
span { border-color: #8962DA; }
span { border-color: rgb(137,98,218); }
td.TdClassName
{
border-color: #8962DA;
}
.TagClassName
{
border-color: #8962DA;
}
</style>