Shades of Medium Purple #9552F1
Tints of Medium Purple #9552F1
RGB
CMYK
RGB Variations
Color information
#9552F1 (or 0x9552F1) is known color: Medium Purple. HEX triplet: 95, 52 and F1. RGB value is (149,82,241). Sum of RGB (Red+Green+Blue) = 149+82+241=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 241 (94.53% from 255 or 51.06% from 472); Max value from RGB is 241 - color contains mainly: blue. Hex color #9552F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9552F1 is #6AAD0E. Grayscale: #777777. Windows color (decimal): -6991119 or 15815317. OLE color: 15815317.
HSL color Cylindrical-coordinate representation of color #9552F1: hue angle of 265.28º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9552F1 is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 82 | 241 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.05 |
| HSL | 265.28º | 0.85% | 0.63% | - |
| HSV(B) | 265.28º | 0.66% | 0.95% | - |
| XYZ | 31.29 | 18.78 | 85.19 | - |
| YUV | 120.16 | 196.2 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 82 | 241 | 0.38 | 0.66 | 0 | 0.05 | 265.28 | 0.85 | 0.63 |
| Hex | 95 | 52 | F1 | 26 | 42 | 0 | 5 | 109 | 55 | 3F |
| Octal | 225 | 122 | 361 | 46 | 102 | 0 | 5 | 411 | 125 | 77 |
| Binary | 10010101 | 1010010 | 11110001 | 100110 | 1000010 | 0 | 101 | 100001001 | 1010101 | 111111 |
Color Harmonies of #9552F1
Complementary color
Monochromatic Colors of #9552F1
Black with #9552F1
Text Example
Text Example
White with #9552F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9552F1; }
p { color: rgb(149,82,241); }
H1.HeaderClassName
{
color: #9552F1;
}
.AnyTagClassName
{
color: #9552F1;
}
</style>
background-color css
<style>
a { background-color: #9552F1; }
a { background-color: rgb(149,82,241); }
div.DivClassName
{
background-color: #9552F1;
}
.BgClassName
{
background-color: #9552F1;
}
</style>
border-color css
<style>
span { border-color: #9552F1; }
span { border-color: rgb(149,82,241); }
td.TdClassName
{
border-color: #9552F1;
}
.TagClassName
{
border-color: #9552F1;
}
</style>