Shades of Medium Purple #9665F3
Tints of Medium Purple #9665F3
RGB
CMYK
RGB Variations
Color information
#9665F3 (or 0x9665F3) is known color: Medium Purple. HEX triplet: 96, 65 and F3. RGB value is (150,101,243). Sum of RGB (Red+Green+Blue) = 150+101+243=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 243 (95.31% from 255 or 49.19% from 494); Max value from RGB is 243 - color contains mainly: blue. Hex color #9665F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9665F3 is #699A0C. Grayscale: #838383. Windows color (decimal): -6920717 or 15951254. OLE color: 15951254.
HSL color Cylindrical-coordinate representation of color #9665F3: hue angle of 260.7º 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 #9665F3 is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 101 | 243 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.05 |
| HSL | 260.7º | 0.86% | 0.67% | - |
| HSV(B) | 260.7º | 0.58% | 0.95% | - |
| XYZ | 33.41 | 22.26 | 87.33 | - |
| YUV | 131.84 | 190.73 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 101 | 243 | 0.38 | 0.58 | 0 | 0.05 | 260.7 | 0.86 | 0.67 |
| Hex | 96 | 65 | F3 | 26 | 3A | 0 | 5 | 105 | 56 | 43 |
| Octal | 226 | 145 | 363 | 46 | 72 | 0 | 5 | 405 | 126 | 103 |
| Binary | 10010110 | 1100101 | 11110011 | 100110 | 111010 | 0 | 101 | 100000101 | 1010110 | 1000011 |
Color Harmonies of #9665F3
Complementary color
Monochromatic Colors of #9665F3
Black with #9665F3
Text Example
Text Example
White with #9665F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9665F3; }
p { color: rgb(150,101,243); }
H1.HeaderClassName
{
color: #9665F3;
}
.AnyTagClassName
{
color: #9665F3;
}
</style>
background-color css
<style>
a { background-color: #9665F3; }
a { background-color: rgb(150,101,243); }
div.DivClassName
{
background-color: #9665F3;
}
.BgClassName
{
background-color: #9665F3;
}
</style>
border-color css
<style>
span { border-color: #9665F3; }
span { border-color: rgb(150,101,243); }
td.TdClassName
{
border-color: #9665F3;
}
.TagClassName
{
border-color: #9665F3;
}
</style>