Shades of Medium Purple #9C69F8
Tints of Medium Purple #9C69F8
RGB
CMYK
RGB Variations
Color information
#9C69F8 (or 0x9C69F8) is known color: Medium Purple. HEX triplet: 9C, 69 and F8. RGB value is (156,105,248). Sum of RGB (Red+Green+Blue) = 156+105+248=509 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.65% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 248 (97.27% from 255 or 48.72% from 509); Max value from RGB is 248 - color contains mainly: blue. Hex color #9C69F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C69F8 is #639607. Grayscale: #888888. Windows color (decimal): -6526472 or 16279964. OLE color: 16279964.
HSL color Cylindrical-coordinate representation of color #9C69F8: hue angle of 261.4º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C69F8 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 156 | 105 | 248 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.03 |
| HSL | 261.4º | 0.91% | 0.69% | - |
| HSV(B) | 261.4º | 0.58% | 0.97% | - |
| XYZ | 35.71 | 23.95 | 91.55 | - |
| YUV | 136.55 | 190.9 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 105 | 248 | 0.37 | 0.58 | 0 | 0.03 | 261.4 | 0.91 | 0.69 |
| Hex | 9C | 69 | F8 | 25 | 3A | 0 | 3 | 105 | 5B | 45 |
| Octal | 234 | 151 | 370 | 45 | 72 | 0 | 3 | 405 | 133 | 105 |
| Binary | 10011100 | 1101001 | 11111000 | 100101 | 111010 | 0 | 11 | 100000101 | 1011011 | 1000101 |
Color Harmonies of #9C69F8
Complementary color
Monochromatic Colors of #9C69F8
Black with #9C69F8
Text Example
Text Example
White with #9C69F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C69F8; }
p { color: rgb(156,105,248); }
H1.HeaderClassName
{
color: #9C69F8;
}
.AnyTagClassName
{
color: #9C69F8;
}
</style>
background-color css
<style>
a { background-color: #9C69F8; }
a { background-color: rgb(156,105,248); }
div.DivClassName
{
background-color: #9C69F8;
}
.BgClassName
{
background-color: #9C69F8;
}
</style>
border-color css
<style>
span { border-color: #9C69F8; }
span { border-color: rgb(156,105,248); }
td.TdClassName
{
border-color: #9C69F8;
}
.TagClassName
{
border-color: #9C69F8;
}
</style>