Shades of Medium Purple #965DEB
Tints of Medium Purple #965DEB
RGB
CMYK
RGB Variations
Color information
#965DEB (or 0x965DEB) is known color: Medium Purple. HEX triplet: 96, 5D and EB. RGB value is (150,93,235). Sum of RGB (Red+Green+Blue) = 150+93+235=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 93 (36.72% from 255 or 19.46% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #965DEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965DEB is #69A214. Grayscale: #7D7D7D. Windows color (decimal): -6922773 or 15424918. OLE color: 15424918.
HSL color Cylindrical-coordinate representation of color #965DEB: hue angle of 264.08º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #965DEB is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 93 | 235 | - |
| CMYK | 0.36 | 0.60 | 0 | 0.08 |
| HSL | 264.08º | 0.78% | 0.64% | - |
| HSV(B) | 264.08º | 0.6% | 0.92% | - |
| XYZ | 31.49 | 20.31 | 80.86 | - |
| YUV | 126.23 | 189.38 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 93 | 235 | 0.36 | 0.60 | 0 | 0.08 | 264.08 | 0.78 | 0.64 |
| Hex | 96 | 5D | EB | 24 | 3C | 0 | 8 | 108 | 4E | 40 |
| Octal | 226 | 135 | 353 | 44 | 74 | 0 | 10 | 410 | 116 | 100 |
| Binary | 10010110 | 1011101 | 11101011 | 100100 | 111100 | 0 | 1000 | 100001000 | 1001110 | 1000000 |
Color Harmonies of #965DEB
Complementary color
Monochromatic Colors of #965DEB
Black with #965DEB
Text Example
Text Example
White with #965DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965DEB; }
p { color: rgb(150,93,235); }
H1.HeaderClassName
{
color: #965DEB;
}
.AnyTagClassName
{
color: #965DEB;
}
</style>
background-color css
<style>
a { background-color: #965DEB; }
a { background-color: rgb(150,93,235); }
div.DivClassName
{
background-color: #965DEB;
}
.BgClassName
{
background-color: #965DEB;
}
</style>
border-color css
<style>
span { border-color: #965DEB; }
span { border-color: rgb(150,93,235); }
td.TdClassName
{
border-color: #965DEB;
}
.TagClassName
{
border-color: #965DEB;
}
</style>