Shades of Medium Purple #965DF3
Tints of Medium Purple #965DF3
RGB
CMYK
RGB Variations
Color information
#965DF3 (or 0x965DF3) is known color: Medium Purple. HEX triplet: 96, 5D and F3. RGB value is (150,93,243). Sum of RGB (Red+Green+Blue) = 150+93+243=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 93 (36.72% from 255 or 19.14% from 486); Blue value is 243 (95.31% from 255 or 50% from 486); Max value from RGB is 243 - color contains mainly: blue. Hex color #965DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965DF3 is #69A20C. Grayscale: #7E7E7E. Windows color (decimal): -6922765 or 15949206. OLE color: 15949206.
HSL color Cylindrical-coordinate representation of color #965DF3: hue angle of 262.8º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #965DF3 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 93 | 243 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.05 |
| HSL | 262.8º | 0.86% | 0.66% | - |
| HSV(B) | 262.8º | 0.62% | 0.95% | - |
| XYZ | 32.67 | 20.78 | 87.08 | - |
| YUV | 127.14 | 193.38 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 93 | 243 | 0.38 | 0.62 | 0 | 0.05 | 262.8 | 0.86 | 0.66 |
| Hex | 96 | 5D | F3 | 26 | 3E | 0 | 5 | 107 | 56 | 42 |
| Octal | 226 | 135 | 363 | 46 | 76 | 0 | 5 | 407 | 126 | 102 |
| Binary | 10010110 | 1011101 | 11110011 | 100110 | 111110 | 0 | 101 | 100000111 | 1010110 | 1000010 |
Color Harmonies of #965DF3
Complementary color
Monochromatic Colors of #965DF3
Black with #965DF3
Text Example
Text Example
White with #965DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965DF3; }
p { color: rgb(150,93,243); }
H1.HeaderClassName
{
color: #965DF3;
}
.AnyTagClassName
{
color: #965DF3;
}
</style>
background-color css
<style>
a { background-color: #965DF3; }
a { background-color: rgb(150,93,243); }
div.DivClassName
{
background-color: #965DF3;
}
.BgClassName
{
background-color: #965DF3;
}
</style>
border-color css
<style>
span { border-color: #965DF3; }
span { border-color: rgb(150,93,243); }
td.TdClassName
{
border-color: #965DF3;
}
.TagClassName
{
border-color: #965DF3;
}
</style>