Shades of Medium Purple #9565EB
Tints of Medium Purple #9565EB
RGB
CMYK
RGB Variations
Color information
#9565EB (or 0x9565EB) is known color: Medium Purple. HEX triplet: 95, 65 and EB. RGB value is (149,101,235). Sum of RGB (Red+Green+Blue) = 149+101+235=485 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.72% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #9565EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9565EB is #6A9A14. Grayscale: #828282. Windows color (decimal): -6986261 or 15426965. OLE color: 15426965.
HSL color Cylindrical-coordinate representation of color #9565EB: hue angle of 261.49º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9565EB is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 101 | 235 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.08 |
| HSL | 261.49º | 0.77% | 0.66% | - |
| HSV(B) | 261.49º | 0.57% | 0.92% | - |
| XYZ | 32.04 | 21.7 | 81.1 | - |
| YUV | 130.63 | 186.9 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 101 | 235 | 0.37 | 0.57 | 0 | 0.08 | 261.49 | 0.77 | 0.66 |
| Hex | 95 | 65 | EB | 25 | 39 | 0 | 8 | 105 | 4D | 42 |
| Octal | 225 | 145 | 353 | 45 | 71 | 0 | 10 | 405 | 115 | 102 |
| Binary | 10010101 | 1100101 | 11101011 | 100101 | 111001 | 0 | 1000 | 100000101 | 1001101 | 1000010 |
Color Harmonies of #9565EB
Complementary color
Monochromatic Colors of #9565EB
Black with #9565EB
Text Example
Text Example
White with #9565EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9565EB; }
p { color: rgb(149,101,235); }
H1.HeaderClassName
{
color: #9565EB;
}
.AnyTagClassName
{
color: #9565EB;
}
</style>
background-color css
<style>
a { background-color: #9565EB; }
a { background-color: rgb(149,101,235); }
div.DivClassName
{
background-color: #9565EB;
}
.BgClassName
{
background-color: #9565EB;
}
</style>
border-color css
<style>
span { border-color: #9565EB; }
span { border-color: rgb(149,101,235); }
td.TdClassName
{
border-color: #9565EB;
}
.TagClassName
{
border-color: #9565EB;
}
</style>