Shades of Medium Purple #9566F3
Tints of Medium Purple #9566F3
RGB
CMYK
RGB Variations
Color information
#9566F3 (or 0x9566F3) is known color: Medium Purple. HEX triplet: 95, 66 and F3. RGB value is (149,102,243). Sum of RGB (Red+Green+Blue) = 149+102+243=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 102 (40.23% from 255 or 20.65% from 494); Blue value is 243 (95.31% from 255 or 49.19% from 494); Max value from RGB is 243 - color contains mainly: blue. Hex color #9566F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9566F3 is #6A990C. Grayscale: #838383. Windows color (decimal): -6985997 or 15951509. OLE color: 15951509.
HSL color Cylindrical-coordinate representation of color #9566F3: hue angle of 260º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9566F3 is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 102 | 243 | - |
| CMYK | 0.39 | 0.58 | 0 | 0.05 |
| HSL | 260º | 0.85% | 0.68% | - |
| HSV(B) | 260º | 0.58% | 0.95% | - |
| XYZ | 33.32 | 22.36 | 87.35 | - |
| YUV | 132.13 | 190.57 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 102 | 243 | 0.39 | 0.58 | 0 | 0.05 | 260 | 0.85 | 0.68 |
| Hex | 95 | 66 | F3 | 27 | 3A | 0 | 5 | 104 | 55 | 44 |
| Octal | 225 | 146 | 363 | 47 | 72 | 0 | 5 | 404 | 125 | 104 |
| Binary | 10010101 | 1100110 | 11110011 | 100111 | 111010 | 0 | 101 | 100000100 | 1010101 | 1000100 |
Color Harmonies of #9566F3
Complementary color
Monochromatic Colors of #9566F3
Black with #9566F3
Text Example
Text Example
White with #9566F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9566F3; }
p { color: rgb(149,102,243); }
H1.HeaderClassName
{
color: #9566F3;
}
.AnyTagClassName
{
color: #9566F3;
}
</style>
background-color css
<style>
a { background-color: #9566F3; }
a { background-color: rgb(149,102,243); }
div.DivClassName
{
background-color: #9566F3;
}
.BgClassName
{
background-color: #9566F3;
}
</style>
border-color css
<style>
span { border-color: #9566F3; }
span { border-color: rgb(149,102,243); }
td.TdClassName
{
border-color: #9566F3;
}
.TagClassName
{
border-color: #9566F3;
}
</style>