Shades of Medium Purple #965DF2
Tints of Medium Purple #965DF2
RGB
CMYK
RGB Variations
Color information
#965DF2 (or 0x965DF2) is known color: Medium Purple. HEX triplet: 96, 5D and F2. RGB value is (150,93,242). Sum of RGB (Red+Green+Blue) = 150+93+242=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 242 (94.92% from 255 or 49.90% from 485); Max value from RGB is 242 - color contains mainly: blue. Hex color #965DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965DF2 is #69A20D. Grayscale: #7E7E7E. Windows color (decimal): -6922766 or 15883670. OLE color: 15883670.
HSL color Cylindrical-coordinate representation of color #965DF2: hue angle of 262.95º degrees, saturation: 0.85, 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 #965DF2 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 93 | 242 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.05 |
| HSL | 262.95º | 0.85% | 0.66% | - |
| HSV(B) | 262.95º | 0.62% | 0.95% | - |
| XYZ | 32.52 | 20.72 | 86.29 | - |
| YUV | 127.03 | 192.88 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 93 | 242 | 0.38 | 0.62 | 0 | 0.05 | 262.95 | 0.85 | 0.66 |
| Hex | 96 | 5D | F2 | 26 | 3E | 0 | 5 | 107 | 55 | 42 |
| Octal | 226 | 135 | 362 | 46 | 76 | 0 | 5 | 407 | 125 | 102 |
| Binary | 10010110 | 1011101 | 11110010 | 100110 | 111110 | 0 | 101 | 100000111 | 1010101 | 1000010 |
Color Harmonies of #965DF2
Complementary color
Monochromatic Colors of #965DF2
Black with #965DF2
Text Example
Text Example
White with #965DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965DF2; }
p { color: rgb(150,93,242); }
H1.HeaderClassName
{
color: #965DF2;
}
.AnyTagClassName
{
color: #965DF2;
}
</style>
background-color css
<style>
a { background-color: #965DF2; }
a { background-color: rgb(150,93,242); }
div.DivClassName
{
background-color: #965DF2;
}
.BgClassName
{
background-color: #965DF2;
}
</style>
border-color css
<style>
span { border-color: #965DF2; }
span { border-color: rgb(150,93,242); }
td.TdClassName
{
border-color: #965DF2;
}
.TagClassName
{
border-color: #965DF2;
}
</style>