Shades of Medium Purple #8962DC
Tints of Medium Purple #8962DC
RGB
CMYK
RGB Variations
Color information
#8962DC (or 0x8962DC) is known color: Medium Purple. HEX triplet: 89, 62 and DC. RGB value is (137,98,220). Sum of RGB (Red+Green+Blue) = 137+98+220=455 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.11% from 455); Green value is 98 (38.67% from 255 or 21.54% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #8962DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8962DC is #769D23. Grayscale: #7B7B7B. Windows color (decimal): -7773476 or 14443145. OLE color: 14443145.
HSL color Cylindrical-coordinate representation of color #8962DC: hue angle of 259.18º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8962DC is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 98 | 220 | - |
| CMYK | 0.38 | 0.55 | 0 | 0.14 |
| HSL | 259.18º | 0.64% | 0.62% | - |
| HSV(B) | 259.18º | 0.55% | 0.86% | - |
| XYZ | 27.6 | 19.22 | 69.97 | - |
| YUV | 123.57 | 182.42 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 98 | 220 | 0.38 | 0.55 | 0 | 0.14 | 259.18 | 0.64 | 0.62 |
| Hex | 89 | 62 | DC | 26 | 37 | 0 | E | 103 | 40 | 3E |
| Octal | 211 | 142 | 334 | 46 | 67 | 0 | 16 | 403 | 100 | 76 |
| Binary | 10001001 | 1100010 | 11011100 | 100110 | 110111 | 0 | 1110 | 100000011 | 1000000 | 111110 |
Color Harmonies of #8962DC
Complementary color
Monochromatic Colors of #8962DC
Black with #8962DC
Text Example
Text Example
White with #8962DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8962DC; }
p { color: rgb(137,98,220); }
H1.HeaderClassName
{
color: #8962DC;
}
.AnyTagClassName
{
color: #8962DC;
}
</style>
background-color css
<style>
a { background-color: #8962DC; }
a { background-color: rgb(137,98,220); }
div.DivClassName
{
background-color: #8962DC;
}
.BgClassName
{
background-color: #8962DC;
}
</style>
border-color css
<style>
span { border-color: #8962DC; }
span { border-color: rgb(137,98,220); }
td.TdClassName
{
border-color: #8962DC;
}
.TagClassName
{
border-color: #8962DC;
}
</style>