Shades of Medium Purple #9F6CE3
Tints of Medium Purple #9F6CE3
RGB
CMYK
RGB Variations
Color information
#9F6CE3 (or 0x9F6CE3) is known color: Medium Purple. HEX triplet: 9F, 6C and E3. RGB value is (159,108,227). Sum of RGB (Red+Green+Blue) = 159+108+227=494 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.19% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 227 (89.06% from 255 or 45.95% from 494); Max value from RGB is 227 - color contains mainly: blue. Hex color #9F6CE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6CE3 is #60931C. Grayscale: #888888. Windows color (decimal): -6329117 or 14904479. OLE color: 14904479.
HSL color Cylindrical-coordinate representation of color #9F6CE3: hue angle of 265.71º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F6CE3 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 108 | 227 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.11 |
| HSL | 265.71º | 0.68% | 0.66% | - |
| HSV(B) | 265.71º | 0.52% | 0.89% | - |
| XYZ | 33.53 | 23.64 | 75.47 | - |
| YUV | 136.82 | 178.9 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 108 | 227 | 0.30 | 0.52 | 0 | 0.11 | 265.71 | 0.68 | 0.66 |
| Hex | 9F | 6C | E3 | 1E | 34 | 0 | B | 10A | 44 | 42 |
| Octal | 237 | 154 | 343 | 36 | 64 | 0 | 13 | 412 | 104 | 102 |
| Binary | 10011111 | 1101100 | 11100011 | 11110 | 110100 | 0 | 1011 | 100001010 | 1000100 | 1000010 |
Color Harmonies of #9F6CE3
Complementary color
Monochromatic Colors of #9F6CE3
Black with #9F6CE3
Text Example
Text Example
White with #9F6CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6CE3; }
p { color: rgb(159,108,227); }
H1.HeaderClassName
{
color: #9F6CE3;
}
.AnyTagClassName
{
color: #9F6CE3;
}
</style>
background-color css
<style>
a { background-color: #9F6CE3; }
a { background-color: rgb(159,108,227); }
div.DivClassName
{
background-color: #9F6CE3;
}
.BgClassName
{
background-color: #9F6CE3;
}
</style>
border-color css
<style>
span { border-color: #9F6CE3; }
span { border-color: rgb(159,108,227); }
td.TdClassName
{
border-color: #9F6CE3;
}
.TagClassName
{
border-color: #9F6CE3;
}
</style>