Shades of Medium Purple #9562F1
Tints of Medium Purple #9562F1
RGB
CMYK
RGB Variations
Color information
#9562F1 (or 0x9562F1) is known color: Medium Purple. HEX triplet: 95, 62 and F1. RGB value is (149,98,241). Sum of RGB (Red+Green+Blue) = 149+98+241=488 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.53% from 488); Green value is 98 (38.67% from 255 or 20.08% from 488); Blue value is 241 (94.53% from 255 or 49.39% from 488); Max value from RGB is 241 - color contains mainly: blue. Hex color #9562F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9562F1 is #6A9D0E. Grayscale: #818181. Windows color (decimal): -6987023 or 15819413. OLE color: 15819413.
HSL color Cylindrical-coordinate representation of color #9562F1: hue angle of 261.4º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9562F1 is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 98 | 241 | - |
| CMYK | 0.38 | 0.59 | 0 | 0.05 |
| HSL | 261.4º | 0.84% | 0.66% | - |
| HSV(B) | 261.4º | 0.59% | 0.95% | - |
| XYZ | 32.64 | 21.48 | 85.64 | - |
| YUV | 129.55 | 190.9 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 98 | 241 | 0.38 | 0.59 | 0 | 0.05 | 261.4 | 0.84 | 0.66 |
| Hex | 95 | 62 | F1 | 26 | 3B | 0 | 5 | 105 | 54 | 42 |
| Octal | 225 | 142 | 361 | 46 | 73 | 0 | 5 | 405 | 124 | 102 |
| Binary | 10010101 | 1100010 | 11110001 | 100110 | 111011 | 0 | 101 | 100000101 | 1010100 | 1000010 |
Color Harmonies of #9562F1
Complementary color
Monochromatic Colors of #9562F1
Black with #9562F1
Text Example
Text Example
White with #9562F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9562F1; }
p { color: rgb(149,98,241); }
H1.HeaderClassName
{
color: #9562F1;
}
.AnyTagClassName
{
color: #9562F1;
}
</style>
background-color css
<style>
a { background-color: #9562F1; }
a { background-color: rgb(149,98,241); }
div.DivClassName
{
background-color: #9562F1;
}
.BgClassName
{
background-color: #9562F1;
}
</style>
border-color css
<style>
span { border-color: #9562F1; }
span { border-color: rgb(149,98,241); }
td.TdClassName
{
border-color: #9562F1;
}
.TagClassName
{
border-color: #9562F1;
}
</style>