Shades of Medium Purple #9550F2
Tints of Medium Purple #9550F2
RGB
CMYK
RGB Variations
Color information
#9550F2 (or 0x9550F2) is known color: Medium Purple. HEX triplet: 95, 50 and F2. RGB value is (149,80,242). Sum of RGB (Red+Green+Blue) = 149+80+242=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 242 (94.92% from 255 or 51.38% from 471); Max value from RGB is 242 - color contains mainly: blue. Hex color #9550F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9550F2 is #6AAF0D. Grayscale: #767676. Windows color (decimal): -6991630 or 15880341. OLE color: 15880341.
HSL color Cylindrical-coordinate representation of color #9550F2: hue angle of 265.56º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9550F2 is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 80 | 242 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.05 |
| HSL | 265.56º | 0.86% | 0.63% | - |
| HSV(B) | 265.56º | 0.67% | 0.95% | - |
| XYZ | 31.29 | 18.54 | 85.93 | - |
| YUV | 119.1 | 197.36 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 80 | 242 | 0.38 | 0.67 | 0 | 0.05 | 265.56 | 0.86 | 0.63 |
| Hex | 95 | 50 | F2 | 26 | 43 | 0 | 5 | 10A | 56 | 3F |
| Octal | 225 | 120 | 362 | 46 | 103 | 0 | 5 | 412 | 126 | 77 |
| Binary | 10010101 | 1010000 | 11110010 | 100110 | 1000011 | 0 | 101 | 100001010 | 1010110 | 111111 |
Color Harmonies of #9550F2
Complementary color
Monochromatic Colors of #9550F2
Black with #9550F2
Text Example
Text Example
White with #9550F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9550F2; }
p { color: rgb(149,80,242); }
H1.HeaderClassName
{
color: #9550F2;
}
.AnyTagClassName
{
color: #9550F2;
}
</style>
background-color css
<style>
a { background-color: #9550F2; }
a { background-color: rgb(149,80,242); }
div.DivClassName
{
background-color: #9550F2;
}
.BgClassName
{
background-color: #9550F2;
}
</style>
border-color css
<style>
span { border-color: #9550F2; }
span { border-color: rgb(149,80,242); }
td.TdClassName
{
border-color: #9550F2;
}
.TagClassName
{
border-color: #9550F2;
}
</style>