Shades of Medium Purple #9770E6
Tints of Medium Purple #9770E6
RGB
CMYK
RGB Variations
Color information
#9770E6 (or 0x9770E6) is known color: Medium Purple. HEX triplet: 97, 70 and E6. RGB value is (151,112,230). Sum of RGB (Red+Green+Blue) = 151+112+230=493 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.63% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 230 (90.23% from 255 or 46.65% from 493); Max value from RGB is 230 - color contains mainly: blue. Hex color #9770E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9770E6 is #688F19. Grayscale: #888888. Windows color (decimal): -6852378 or 15102103. OLE color: 15102103.
HSL color Cylindrical-coordinate representation of color #9770E6: hue angle of 259.83º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9770E6 is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 151 | 112 | 230 | - |
| CMYK | 0.34 | 0.51 | 0 | 0.10 |
| HSL | 259.83º | 0.7% | 0.67% | - |
| HSV(B) | 259.83º | 0.51% | 0.9% | - |
| XYZ | 32.84 | 23.88 | 77.74 | - |
| YUV | 137.11 | 180.42 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 112 | 230 | 0.34 | 0.51 | 0 | 0.10 | 259.83 | 0.7 | 0.67 |
| Hex | 97 | 70 | E6 | 22 | 33 | 0 | A | 104 | 46 | 43 |
| Octal | 227 | 160 | 346 | 42 | 63 | 0 | 12 | 404 | 106 | 103 |
| Binary | 10010111 | 1110000 | 11100110 | 100010 | 110011 | 0 | 1010 | 100000100 | 1000110 | 1000011 |
Color Harmonies of #9770E6
Complementary color
Monochromatic Colors of #9770E6
Black with #9770E6
Text Example
Text Example
White with #9770E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9770E6; }
p { color: rgb(151,112,230); }
H1.HeaderClassName
{
color: #9770E6;
}
.AnyTagClassName
{
color: #9770E6;
}
</style>
background-color css
<style>
a { background-color: #9770E6; }
a { background-color: rgb(151,112,230); }
div.DivClassName
{
background-color: #9770E6;
}
.BgClassName
{
background-color: #9770E6;
}
</style>
border-color css
<style>
span { border-color: #9770E6; }
span { border-color: rgb(151,112,230); }
td.TdClassName
{
border-color: #9770E6;
}
.TagClassName
{
border-color: #9770E6;
}
</style>