Shades of Medium Purple #965CF2
Tints of Medium Purple #965CF2
RGB
CMYK
RGB Variations
Color information
#965CF2 (or 0x965CF2) is known color: Medium Purple. HEX triplet: 96, 5C and F2. RGB value is (150,92,242). Sum of RGB (Red+Green+Blue) = 150+92+242=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 242 (94.92% from 255 or 50% from 484); Max value from RGB is 242 - color contains mainly: blue. Hex color #965CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965CF2 is #69A30D. Grayscale: #7D7D7D. Windows color (decimal): -6923022 or 15883414. OLE color: 15883414.
HSL color Cylindrical-coordinate representation of color #965CF2: hue angle of 263.2º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #965CF2 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 92 | 242 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.05 |
| HSL | 263.2º | 0.85% | 0.65% | - |
| HSV(B) | 263.2º | 0.62% | 0.95% | - |
| XYZ | 32.43 | 20.55 | 86.26 | - |
| YUV | 126.44 | 193.22 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 92 | 242 | 0.38 | 0.62 | 0 | 0.05 | 263.2 | 0.85 | 0.65 |
| Hex | 96 | 5C | F2 | 26 | 3E | 0 | 5 | 107 | 55 | 41 |
| Octal | 226 | 134 | 362 | 46 | 76 | 0 | 5 | 407 | 125 | 101 |
| Binary | 10010110 | 1011100 | 11110010 | 100110 | 111110 | 0 | 101 | 100000111 | 1010101 | 1000001 |
Color Harmonies of #965CF2
Complementary color
Monochromatic Colors of #965CF2
Black with #965CF2
Text Example
Text Example
White with #965CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965CF2; }
p { color: rgb(150,92,242); }
H1.HeaderClassName
{
color: #965CF2;
}
.AnyTagClassName
{
color: #965CF2;
}
</style>
background-color css
<style>
a { background-color: #965CF2; }
a { background-color: rgb(150,92,242); }
div.DivClassName
{
background-color: #965CF2;
}
.BgClassName
{
background-color: #965CF2;
}
</style>
border-color css
<style>
span { border-color: #965CF2; }
span { border-color: rgb(150,92,242); }
td.TdClassName
{
border-color: #965CF2;
}
.TagClassName
{
border-color: #965CF2;
}
</style>