Shades of Medium Purple #9568F3
Tints of Medium Purple #9568F3
RGB
CMYK
RGB Variations
Color information
#9568F3 (or 0x9568F3) is known color: Medium Purple. HEX triplet: 95, 68 and F3. RGB value is (149,104,243). Sum of RGB (Red+Green+Blue) = 149+104+243=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 104 (41.02% from 255 or 20.97% from 496); Blue value is 243 (95.31% from 255 or 48.99% from 496); Max value from RGB is 243 - color contains mainly: blue. Hex color #9568F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9568F3 is #6A970C. Grayscale: #848484. Windows color (decimal): -6985485 or 15952021. OLE color: 15952021.
HSL color Cylindrical-coordinate representation of color #9568F3: hue angle of 259.42º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9568F3 is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 104 | 243 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.05 |
| HSL | 259.42º | 0.85% | 0.68% | - |
| HSV(B) | 259.42º | 0.57% | 0.95% | - |
| XYZ | 33.52 | 22.76 | 87.42 | - |
| YUV | 133.3 | 189.91 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 104 | 243 | 0.39 | 0.57 | 0 | 0.05 | 259.42 | 0.85 | 0.68 |
| Hex | 95 | 68 | F3 | 27 | 39 | 0 | 5 | 103 | 55 | 44 |
| Octal | 225 | 150 | 363 | 47 | 71 | 0 | 5 | 403 | 125 | 104 |
| Binary | 10010101 | 1101000 | 11110011 | 100111 | 111001 | 0 | 101 | 100000011 | 1010101 | 1000100 |
Color Harmonies of #9568F3
Complementary color
Monochromatic Colors of #9568F3
Black with #9568F3
Text Example
Text Example
White with #9568F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9568F3; }
p { color: rgb(149,104,243); }
H1.HeaderClassName
{
color: #9568F3;
}
.AnyTagClassName
{
color: #9568F3;
}
</style>
background-color css
<style>
a { background-color: #9568F3; }
a { background-color: rgb(149,104,243); }
div.DivClassName
{
background-color: #9568F3;
}
.BgClassName
{
background-color: #9568F3;
}
</style>
border-color css
<style>
span { border-color: #9568F3; }
span { border-color: rgb(149,104,243); }
td.TdClassName
{
border-color: #9568F3;
}
.TagClassName
{
border-color: #9568F3;
}
</style>