Shades of Medium Purple #9677DE
Tints of Medium Purple #9677DE
RGB
CMYK
RGB Variations
Color information
#9677DE (or 0x9677DE) is known color: Medium Purple. HEX triplet: 96, 77 and DE. RGB value is (150,119,222). Sum of RGB (Red+Green+Blue) = 150+119+222=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 119 (46.88% from 255 or 24.24% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #9677DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9677DE is #698821. Grayscale: #8B8B8B. Windows color (decimal): -6916130 or 14579606. OLE color: 14579606.
HSL color Cylindrical-coordinate representation of color #9677DE: hue angle of 258.06º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9677DE is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 119 | 222 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.13 |
| HSL | 258.06º | 0.61% | 0.67% | - |
| HSV(B) | 258.06º | 0.46% | 0.87% | - |
| XYZ | 32.36 | 24.95 | 72.22 | - |
| YUV | 140.01 | 174.27 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 119 | 222 | 0.32 | 0.46 | 0 | 0.13 | 258.06 | 0.61 | 0.67 |
| Hex | 96 | 77 | DE | 20 | 2E | 0 | D | 102 | 3D | 43 |
| Octal | 226 | 167 | 336 | 40 | 56 | 0 | 15 | 402 | 75 | 103 |
| Binary | 10010110 | 1110111 | 11011110 | 100000 | 101110 | 0 | 1101 | 100000010 | 111101 | 1000011 |
Color Harmonies of #9677DE
Complementary color
Monochromatic Colors of #9677DE
Black with #9677DE
Text Example
Text Example
White with #9677DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9677DE; }
p { color: rgb(150,119,222); }
H1.HeaderClassName
{
color: #9677DE;
}
.AnyTagClassName
{
color: #9677DE;
}
</style>
background-color css
<style>
a { background-color: #9677DE; }
a { background-color: rgb(150,119,222); }
div.DivClassName
{
background-color: #9677DE;
}
.BgClassName
{
background-color: #9677DE;
}
</style>
border-color css
<style>
span { border-color: #9677DE; }
span { border-color: rgb(150,119,222); }
td.TdClassName
{
border-color: #9677DE;
}
.TagClassName
{
border-color: #9677DE;
}
</style>