Shades of Medium Purple #965DF1
Tints of Medium Purple #965DF1
RGB
CMYK
RGB Variations
Color information
#965DF1 (or 0x965DF1) is known color: Medium Purple. HEX triplet: 96, 5D and F1. RGB value is (150,93,241). Sum of RGB (Red+Green+Blue) = 150+93+241=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 93 (36.72% from 255 or 19.21% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #965DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965DF1 is #69A20E. Grayscale: #7E7E7E. Windows color (decimal): -6922767 or 15818134. OLE color: 15818134.
HSL color Cylindrical-coordinate representation of color #965DF1: hue angle of 263.11º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #965DF1 is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 93 | 241 | - |
| CMYK | 0.38 | 0.61 | 0 | 0.05 |
| HSL | 263.11º | 0.84% | 0.65% | - |
| HSV(B) | 263.11º | 0.61% | 0.95% | - |
| XYZ | 32.37 | 20.66 | 85.5 | - |
| YUV | 126.92 | 192.38 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 93 | 241 | 0.38 | 0.61 | 0 | 0.05 | 263.11 | 0.84 | 0.65 |
| Hex | 96 | 5D | F1 | 26 | 3D | 0 | 5 | 107 | 54 | 41 |
| Octal | 226 | 135 | 361 | 46 | 75 | 0 | 5 | 407 | 124 | 101 |
| Binary | 10010110 | 1011101 | 11110001 | 100110 | 111101 | 0 | 101 | 100000111 | 1010100 | 1000001 |
Color Harmonies of #965DF1
Complementary color
Monochromatic Colors of #965DF1
Black with #965DF1
Text Example
Text Example
White with #965DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965DF1; }
p { color: rgb(150,93,241); }
H1.HeaderClassName
{
color: #965DF1;
}
.AnyTagClassName
{
color: #965DF1;
}
</style>
background-color css
<style>
a { background-color: #965DF1; }
a { background-color: rgb(150,93,241); }
div.DivClassName
{
background-color: #965DF1;
}
.BgClassName
{
background-color: #965DF1;
}
</style>
border-color css
<style>
span { border-color: #965DF1; }
span { border-color: rgb(150,93,241); }
td.TdClassName
{
border-color: #965DF1;
}
.TagClassName
{
border-color: #965DF1;
}
</style>