Shades of Medium Purple #9C65F3
Tints of Medium Purple #9C65F3
RGB
CMYK
RGB Variations
Color information
#9C65F3 (or 0x9C65F3) is known color: Medium Purple. HEX triplet: 9C, 65 and F3. RGB value is (156,101,243). Sum of RGB (Red+Green+Blue) = 156+101+243=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 101 (39.84% from 255 or 20.2% from 500); Blue value is 243 (95.31% from 255 or 48.6% from 500); Max value from RGB is 243 - color contains mainly: blue. Hex color #9C65F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C65F3 is #639A0C. Grayscale: #858585. Windows color (decimal): -6527501 or 15951260. OLE color: 15951260.
HSL color Cylindrical-coordinate representation of color #9C65F3: hue angle of 263.24º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C65F3 is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 101 | 243 | - |
| CMYK | 0.36 | 0.58 | 0 | 0.05 |
| HSL | 263.24º | 0.86% | 0.67% | - |
| HSV(B) | 263.24º | 0.58% | 0.95% | - |
| XYZ | 34.54 | 22.85 | 87.38 | - |
| YUV | 133.63 | 189.72 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 101 | 243 | 0.36 | 0.58 | 0 | 0.05 | 263.24 | 0.86 | 0.67 |
| Hex | 9C | 65 | F3 | 24 | 3A | 0 | 5 | 107 | 56 | 43 |
| Octal | 234 | 145 | 363 | 44 | 72 | 0 | 5 | 407 | 126 | 103 |
| Binary | 10011100 | 1100101 | 11110011 | 100100 | 111010 | 0 | 101 | 100000111 | 1010110 | 1000011 |
Color Harmonies of #9C65F3
Complementary color
Monochromatic Colors of #9C65F3
Black with #9C65F3
Text Example
Text Example
White with #9C65F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C65F3; }
p { color: rgb(156,101,243); }
H1.HeaderClassName
{
color: #9C65F3;
}
.AnyTagClassName
{
color: #9C65F3;
}
</style>
background-color css
<style>
a { background-color: #9C65F3; }
a { background-color: rgb(156,101,243); }
div.DivClassName
{
background-color: #9C65F3;
}
.BgClassName
{
background-color: #9C65F3;
}
</style>
border-color css
<style>
span { border-color: #9C65F3; }
span { border-color: rgb(156,101,243); }
td.TdClassName
{
border-color: #9C65F3;
}
.TagClassName
{
border-color: #9C65F3;
}
</style>