Shades of Medium Purple #965FF1
Tints of Medium Purple #965FF1
RGB
CMYK
RGB Variations
Color information
#965FF1 (or 0x965FF1) is known color: Medium Purple. HEX triplet: 96, 5F and F1. RGB value is (150,95,241). Sum of RGB (Red+Green+Blue) = 150+95+241=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 95 (37.5% from 255 or 19.55% from 486); Blue value is 241 (94.53% from 255 or 49.59% from 486); Max value from RGB is 241 - color contains mainly: blue. Hex color #965FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965FF1 is #69A00E. Grayscale: #7F7F7F. Windows color (decimal): -6922255 or 15818646. OLE color: 15818646.
HSL color Cylindrical-coordinate representation of color #965FF1: hue angle of 262.6º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #965FF1 is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 95 | 241 | - |
| CMYK | 0.38 | 0.61 | 0 | 0.05 |
| HSL | 262.6º | 0.84% | 0.66% | - |
| HSV(B) | 262.6º | 0.61% | 0.95% | - |
| XYZ | 32.55 | 21.02 | 85.56 | - |
| YUV | 128.09 | 191.72 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 95 | 241 | 0.38 | 0.61 | 0 | 0.05 | 262.6 | 0.84 | 0.66 |
| Hex | 96 | 5F | F1 | 26 | 3D | 0 | 5 | 107 | 54 | 42 |
| Octal | 226 | 137 | 361 | 46 | 75 | 0 | 5 | 407 | 124 | 102 |
| Binary | 10010110 | 1011111 | 11110001 | 100110 | 111101 | 0 | 101 | 100000111 | 1010100 | 1000010 |
Color Harmonies of #965FF1
Complementary color
Monochromatic Colors of #965FF1
Black with #965FF1
Text Example
Text Example
White with #965FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965FF1; }
p { color: rgb(150,95,241); }
H1.HeaderClassName
{
color: #965FF1;
}
.AnyTagClassName
{
color: #965FF1;
}
</style>
background-color css
<style>
a { background-color: #965FF1; }
a { background-color: rgb(150,95,241); }
div.DivClassName
{
background-color: #965FF1;
}
.BgClassName
{
background-color: #965FF1;
}
</style>
border-color css
<style>
span { border-color: #965FF1; }
span { border-color: rgb(150,95,241); }
td.TdClassName
{
border-color: #965FF1;
}
.TagClassName
{
border-color: #965FF1;
}
</style>