Shades of Medium Purple #965FF6
Tints of Medium Purple #965FF6
RGB
CMYK
RGB Variations
Color information
#965FF6 (or 0x965FF6) is known color: Medium Purple. HEX triplet: 96, 5F and F6. RGB value is (150,95,246). Sum of RGB (Red+Green+Blue) = 150+95+246=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 95 (37.5% from 255 or 19.35% from 491); Blue value is 246 (96.48% from 255 or 50.10% from 491); Max value from RGB is 246 - color contains mainly: blue. Hex color #965FF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965FF6 is #69A009. Grayscale: #808080. Windows color (decimal): -6922250 or 16146326. OLE color: 16146326.
HSL color Cylindrical-coordinate representation of color #965FF6: hue angle of 261.85º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #965FF6 is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 95 | 246 | - |
| CMYK | 0.39 | 0.61 | 0 | 0.04 |
| HSL | 261.85º | 0.89% | 0.67% | - |
| HSV(B) | 261.85º | 0.61% | 0.96% | - |
| XYZ | 33.3 | 21.32 | 89.55 | - |
| YUV | 128.66 | 194.22 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 95 | 246 | 0.39 | 0.61 | 0 | 0.04 | 261.85 | 0.89 | 0.67 |
| Hex | 96 | 5F | F6 | 27 | 3D | 0 | 4 | 106 | 59 | 43 |
| Octal | 226 | 137 | 366 | 47 | 75 | 0 | 4 | 406 | 131 | 103 |
| Binary | 10010110 | 1011111 | 11110110 | 100111 | 111101 | 0 | 100 | 100000110 | 1011001 | 1000011 |
Color Harmonies of #965FF6
Complementary color
Monochromatic Colors of #965FF6
Black with #965FF6
Text Example
Text Example
White with #965FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965FF6; }
p { color: rgb(150,95,246); }
H1.HeaderClassName
{
color: #965FF6;
}
.AnyTagClassName
{
color: #965FF6;
}
</style>
background-color css
<style>
a { background-color: #965FF6; }
a { background-color: rgb(150,95,246); }
div.DivClassName
{
background-color: #965FF6;
}
.BgClassName
{
background-color: #965FF6;
}
</style>
border-color css
<style>
span { border-color: #965FF6; }
span { border-color: rgb(150,95,246); }
td.TdClassName
{
border-color: #965FF6;
}
.TagClassName
{
border-color: #965FF6;
}
</style>