Shades of Medium Purple #9567F0
Tints of Medium Purple #9567F0
RGB
CMYK
RGB Variations
Color information
#9567F0 (or 0x9567F0) is known color: Medium Purple. HEX triplet: 95, 67 and F0. RGB value is (149,103,240). Sum of RGB (Red+Green+Blue) = 149+103+240=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 103 (40.62% from 255 or 20.93% from 492); Blue value is 240 (94.14% from 255 or 48.78% from 492); Max value from RGB is 240 - color contains mainly: blue. Hex color #9567F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9567F0 is #6A980F. Grayscale: #838383. Windows color (decimal): -6985744 or 15755157. OLE color: 15755157.
HSL color Cylindrical-coordinate representation of color #9567F0: hue angle of 260.15º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9567F0 is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 103 | 240 | - |
| CMYK | 0.38 | 0.57 | 0 | 0.06 |
| HSL | 260.15º | 0.82% | 0.67% | - |
| HSV(B) | 260.15º | 0.57% | 0.94% | - |
| XYZ | 32.97 | 22.38 | 85.02 | - |
| YUV | 132.37 | 188.74 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 103 | 240 | 0.38 | 0.57 | 0 | 0.06 | 260.15 | 0.82 | 0.67 |
| Hex | 95 | 67 | F0 | 26 | 39 | 0 | 6 | 104 | 52 | 43 |
| Octal | 225 | 147 | 360 | 46 | 71 | 0 | 6 | 404 | 122 | 103 |
| Binary | 10010101 | 1100111 | 11110000 | 100110 | 111001 | 0 | 110 | 100000100 | 1010010 | 1000011 |
Color Harmonies of #9567F0
Complementary color
Monochromatic Colors of #9567F0
Black with #9567F0
Text Example
Text Example
White with #9567F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9567F0; }
p { color: rgb(149,103,240); }
H1.HeaderClassName
{
color: #9567F0;
}
.AnyTagClassName
{
color: #9567F0;
}
</style>
background-color css
<style>
a { background-color: #9567F0; }
a { background-color: rgb(149,103,240); }
div.DivClassName
{
background-color: #9567F0;
}
.BgClassName
{
background-color: #9567F0;
}
</style>
border-color css
<style>
span { border-color: #9567F0; }
span { border-color: rgb(149,103,240); }
td.TdClassName
{
border-color: #9567F0;
}
.TagClassName
{
border-color: #9567F0;
}
</style>