Shades of Medium Purple #9565DA
Tints of Medium Purple #9565DA
RGB
CMYK
RGB Variations
Color information
#9565DA (or 0x9565DA) is known color: Medium Purple. HEX triplet: 95, 65 and DA. RGB value is (149,101,218). Sum of RGB (Red+Green+Blue) = 149+101+218=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #9565DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9565DA is #6A9A25. Grayscale: #808080. Windows color (decimal): -6986278 or 14312853. OLE color: 14312853.
HSL color Cylindrical-coordinate representation of color #9565DA: hue angle of 264.62º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9565DA is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 101 | 218 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.15 |
| HSL | 264.62º | 0.61% | 0.63% | - |
| HSV(B) | 264.62º | 0.54% | 0.85% | - |
| XYZ | 29.7 | 20.76 | 68.77 | - |
| YUV | 128.69 | 178.4 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 101 | 218 | 0.32 | 0.54 | 0 | 0.15 | 264.62 | 0.61 | 0.63 |
| Hex | 95 | 65 | DA | 20 | 36 | 0 | F | 109 | 3D | 3F |
| Octal | 225 | 145 | 332 | 40 | 66 | 0 | 17 | 411 | 75 | 77 |
| Binary | 10010101 | 1100101 | 11011010 | 100000 | 110110 | 0 | 1111 | 100001001 | 111101 | 111111 |
Color Harmonies of #9565DA
Complementary color
Monochromatic Colors of #9565DA
Black with #9565DA
Text Example
Text Example
White with #9565DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9565DA; }
p { color: rgb(149,101,218); }
H1.HeaderClassName
{
color: #9565DA;
}
.AnyTagClassName
{
color: #9565DA;
}
</style>
background-color css
<style>
a { background-color: #9565DA; }
a { background-color: rgb(149,101,218); }
div.DivClassName
{
background-color: #9565DA;
}
.BgClassName
{
background-color: #9565DA;
}
</style>
border-color css
<style>
span { border-color: #9565DA; }
span { border-color: rgb(149,101,218); }
td.TdClassName
{
border-color: #9565DA;
}
.TagClassName
{
border-color: #9565DA;
}
</style>