Shades of Medium Purple #965CEB
Tints of Medium Purple #965CEB
RGB
CMYK
RGB Variations
Color information
#965CEB (or 0x965CEB) is known color: Medium Purple. HEX triplet: 96, 5C and EB. RGB value is (150,92,235). Sum of RGB (Red+Green+Blue) = 150+92+235=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 92 (36.33% from 255 or 19.29% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #965CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965CEB is #69A314. Grayscale: #7D7D7D. Windows color (decimal): -6923029 or 15424662. OLE color: 15424662.
HSL color Cylindrical-coordinate representation of color #965CEB: hue angle of 264.34º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #965CEB is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 92 | 235 | - |
| CMYK | 0.36 | 0.61 | 0 | 0.08 |
| HSL | 264.34º | 0.78% | 0.64% | - |
| HSV(B) | 264.34º | 0.61% | 0.92% | - |
| XYZ | 31.4 | 20.14 | 80.83 | - |
| YUV | 125.64 | 189.72 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 92 | 235 | 0.36 | 0.61 | 0 | 0.08 | 264.34 | 0.78 | 0.64 |
| Hex | 96 | 5C | EB | 24 | 3D | 0 | 8 | 108 | 4E | 40 |
| Octal | 226 | 134 | 353 | 44 | 75 | 0 | 10 | 410 | 116 | 100 |
| Binary | 10010110 | 1011100 | 11101011 | 100100 | 111101 | 0 | 1000 | 100001000 | 1001110 | 1000000 |
Color Harmonies of #965CEB
Complementary color
Monochromatic Colors of #965CEB
Black with #965CEB
Text Example
Text Example
White with #965CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965CEB; }
p { color: rgb(150,92,235); }
H1.HeaderClassName
{
color: #965CEB;
}
.AnyTagClassName
{
color: #965CEB;
}
</style>
background-color css
<style>
a { background-color: #965CEB; }
a { background-color: rgb(150,92,235); }
div.DivClassName
{
background-color: #965CEB;
}
.BgClassName
{
background-color: #965CEB;
}
</style>
border-color css
<style>
span { border-color: #965CEB; }
span { border-color: rgb(150,92,235); }
td.TdClassName
{
border-color: #965CEB;
}
.TagClassName
{
border-color: #965CEB;
}
</style>