Shades of Medium Purple #9C6FF3
Tints of Medium Purple #9C6FF3
RGB
CMYK
RGB Variations
Color information
#9C6FF3 (or 0x9C6FF3) is known color: Medium Purple. HEX triplet: 9C, 6F and F3. RGB value is (156,111,243). Sum of RGB (Red+Green+Blue) = 156+111+243=510 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.59% from 510); Green value is 111 (43.75% from 255 or 21.76% from 510); Blue value is 243 (95.31% from 255 or 47.65% from 510); Max value from RGB is 243 - color contains mainly: blue. Hex color #9C6FF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C6FF3 is #63900C. Grayscale: #8B8B8B. Windows color (decimal): -6524941 or 15953820. OLE color: 15953820.
HSL color Cylindrical-coordinate representation of color #9C6FF3: hue angle of 260.45º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9C6FF3 is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 111 | 243 | - |
| CMYK | 0.36 | 0.54 | 0 | 0.05 |
| HSL | 260.45º | 0.85% | 0.69% | - |
| HSV(B) | 260.45º | 0.54% | 0.95% | - |
| XYZ | 35.57 | 24.91 | 87.73 | - |
| YUV | 139.5 | 186.41 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 111 | 243 | 0.36 | 0.54 | 0 | 0.05 | 260.45 | 0.85 | 0.69 |
| Hex | 9C | 6F | F3 | 24 | 36 | 0 | 5 | 104 | 55 | 45 |
| Octal | 234 | 157 | 363 | 44 | 66 | 0 | 5 | 404 | 125 | 105 |
| Binary | 10011100 | 1101111 | 11110011 | 100100 | 110110 | 0 | 101 | 100000100 | 1010101 | 1000101 |
Color Harmonies of #9C6FF3
Complementary color
Monochromatic Colors of #9C6FF3
Black with #9C6FF3
Text Example
Text Example
White with #9C6FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6FF3; }
p { color: rgb(156,111,243); }
H1.HeaderClassName
{
color: #9C6FF3;
}
.AnyTagClassName
{
color: #9C6FF3;
}
</style>
background-color css
<style>
a { background-color: #9C6FF3; }
a { background-color: rgb(156,111,243); }
div.DivClassName
{
background-color: #9C6FF3;
}
.BgClassName
{
background-color: #9C6FF3;
}
</style>
border-color css
<style>
span { border-color: #9C6FF3; }
span { border-color: rgb(156,111,243); }
td.TdClassName
{
border-color: #9C6FF3;
}
.TagClassName
{
border-color: #9C6FF3;
}
</style>