Shades of Medium Purple #9451F2
Tints of Medium Purple #9451F2
RGB
CMYK
RGB Variations
Color information
#9451F2 (or 0x9451F2) is known color: Medium Purple. HEX triplet: 94, 51 and F2. RGB value is (148,81,242). Sum of RGB (Red+Green+Blue) = 148+81+242=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 81 (32.03% from 255 or 17.20% 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 #9451F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9451F2 is #6BAE0D. Grayscale: #767676. Windows color (decimal): -7056910 or 15880596. OLE color: 15880596.
HSL color Cylindrical-coordinate representation of color #9451F2: hue angle of 264.97º 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 #9451F2 is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 81 | 242 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.05 |
| HSL | 264.97º | 0.86% | 0.63% | - |
| HSV(B) | 264.97º | 0.67% | 0.95% | - |
| XYZ | 31.18 | 18.59 | 85.95 | - |
| YUV | 119.39 | 197.2 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 81 | 242 | 0.39 | 0.67 | 0 | 0.05 | 264.97 | 0.86 | 0.63 |
| Hex | 94 | 51 | F2 | 27 | 43 | 0 | 5 | 109 | 56 | 3F |
| Octal | 224 | 121 | 362 | 47 | 103 | 0 | 5 | 411 | 126 | 77 |
| Binary | 10010100 | 1010001 | 11110010 | 100111 | 1000011 | 0 | 101 | 100001001 | 1010110 | 111111 |
Color Harmonies of #9451F2
Complementary color
Monochromatic Colors of #9451F2
Black with #9451F2
Text Example
Text Example
White with #9451F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9451F2; }
p { color: rgb(148,81,242); }
H1.HeaderClassName
{
color: #9451F2;
}
.AnyTagClassName
{
color: #9451F2;
}
</style>
background-color css
<style>
a { background-color: #9451F2; }
a { background-color: rgb(148,81,242); }
div.DivClassName
{
background-color: #9451F2;
}
.BgClassName
{
background-color: #9451F2;
}
</style>
border-color css
<style>
span { border-color: #9451F2; }
span { border-color: rgb(148,81,242); }
td.TdClassName
{
border-color: #9451F2;
}
.TagClassName
{
border-color: #9451F2;
}
</style>