Shades of Medium Purple #9775D2
Tints of Medium Purple #9775D2
RGB
CMYK
RGB Variations
Color information
#9775D2 (or 0x9775D2) is known color: Medium Purple. HEX triplet: 97, 75 and D2. RGB value is (151,117,210). Sum of RGB (Red+Green+Blue) = 151+117+210=478 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.59% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 210 (82.42% from 255 or 43.93% from 478); Max value from RGB is 210 - color contains mainly: blue. Hex color #9775D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9775D2 is #688A2D. Grayscale: #898989. Windows color (decimal): -6851118 or 13792663. OLE color: 13792663.
HSL color Cylindrical-coordinate representation of color #9775D2: hue angle of 261.94º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9775D2 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 151 | 117 | 210 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.18 |
| HSL | 261.94º | 0.51% | 0.64% | - |
| HSV(B) | 261.94º | 0.44% | 0.82% | - |
| XYZ | 30.76 | 23.96 | 63.98 | - |
| YUV | 137.77 | 168.76 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 117 | 210 | 0.28 | 0.44 | 0 | 0.18 | 261.94 | 0.51 | 0.64 |
| Hex | 97 | 75 | D2 | 1C | 2C | 0 | 12 | 106 | 33 | 40 |
| Octal | 227 | 165 | 322 | 34 | 54 | 0 | 22 | 406 | 63 | 100 |
| Binary | 10010111 | 1110101 | 11010010 | 11100 | 101100 | 0 | 10010 | 100000110 | 110011 | 1000000 |
Color Harmonies of #9775D2
Complementary color
Monochromatic Colors of #9775D2
Black with #9775D2
Text Example
Text Example
White with #9775D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9775D2; }
p { color: rgb(151,117,210); }
H1.HeaderClassName
{
color: #9775D2;
}
.AnyTagClassName
{
color: #9775D2;
}
</style>
background-color css
<style>
a { background-color: #9775D2; }
a { background-color: rgb(151,117,210); }
div.DivClassName
{
background-color: #9775D2;
}
.BgClassName
{
background-color: #9775D2;
}
</style>
border-color css
<style>
span { border-color: #9775D2; }
span { border-color: rgb(151,117,210); }
td.TdClassName
{
border-color: #9775D2;
}
.TagClassName
{
border-color: #9775D2;
}
</style>