Shades of Medium Purple #9D69F9
Tints of Medium Purple #9D69F9
RGB
CMYK
RGB Variations
Color information
#9D69F9 (or 0x9D69F9) is known color: Medium Purple. HEX triplet: 9D, 69 and F9. RGB value is (157,105,249). Sum of RGB (Red+Green+Blue) = 157+105+249=511 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.72% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 249 (97.66% from 255 or 48.73% from 511); Max value from RGB is 249 - color contains mainly: blue. Hex color #9D69F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D69F9 is #629606. Grayscale: #888888. Windows color (decimal): -6460935 or 16345501. OLE color: 16345501.
HSL color Cylindrical-coordinate representation of color #9D69F9: hue angle of 261.67º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9D69F9 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 105 | 249 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.02 |
| HSL | 261.67º | 0.92% | 0.69% | - |
| HSV(B) | 261.67º | 0.58% | 0.98% | - |
| XYZ | 36.06 | 24.11 | 92.38 | - |
| YUV | 136.96 | 191.23 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 105 | 249 | 0.37 | 0.58 | 0 | 0.02 | 261.67 | 0.92 | 0.69 |
| Hex | 9D | 69 | F9 | 25 | 3A | 0 | 2 | 106 | 5C | 45 |
| Octal | 235 | 151 | 371 | 45 | 72 | 0 | 2 | 406 | 134 | 105 |
| Binary | 10011101 | 1101001 | 11111001 | 100101 | 111010 | 0 | 10 | 100000110 | 1011100 | 1000101 |
Color Harmonies of #9D69F9
Complementary color
Monochromatic Colors of #9D69F9
Black with #9D69F9
Text Example
Text Example
White with #9D69F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D69F9; }
p { color: rgb(157,105,249); }
H1.HeaderClassName
{
color: #9D69F9;
}
.AnyTagClassName
{
color: #9D69F9;
}
</style>
background-color css
<style>
a { background-color: #9D69F9; }
a { background-color: rgb(157,105,249); }
div.DivClassName
{
background-color: #9D69F9;
}
.BgClassName
{
background-color: #9D69F9;
}
</style>
border-color css
<style>
span { border-color: #9D69F9; }
span { border-color: rgb(157,105,249); }
td.TdClassName
{
border-color: #9D69F9;
}
.TagClassName
{
border-color: #9D69F9;
}
</style>