Shades of Medium Purple #945CF2
Tints of Medium Purple #945CF2
RGB
CMYK
RGB Variations
Color information
#945CF2 (or 0x945CF2) is known color: Medium Purple. HEX triplet: 94, 5C and F2. RGB value is (148,92,242). Sum of RGB (Red+Green+Blue) = 148+92+242=482 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.71% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 242 (94.92% from 255 or 50.21% from 482); Max value from RGB is 242 - color contains mainly: blue. Hex color #945CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #945CF2 is #6BA30D. Grayscale: #7D7D7D. Windows color (decimal): -7054094 or 15883412. OLE color: 15883412.
HSL color Cylindrical-coordinate representation of color #945CF2: hue angle of 262.4º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #945CF2 is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 92 | 242 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.05 |
| HSL | 262.4º | 0.85% | 0.65% | - |
| HSV(B) | 262.4º | 0.62% | 0.95% | - |
| XYZ | 32.07 | 20.36 | 86.24 | - |
| YUV | 125.84 | 193.55 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 92 | 242 | 0.39 | 0.62 | 0 | 0.05 | 262.4 | 0.85 | 0.65 |
| Hex | 94 | 5C | F2 | 27 | 3E | 0 | 5 | 106 | 55 | 41 |
| Octal | 224 | 134 | 362 | 47 | 76 | 0 | 5 | 406 | 125 | 101 |
| Binary | 10010100 | 1011100 | 11110010 | 100111 | 111110 | 0 | 101 | 100000110 | 1010101 | 1000001 |
Color Harmonies of #945CF2
Complementary color
Monochromatic Colors of #945CF2
Black with #945CF2
Text Example
Text Example
White with #945CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945CF2; }
p { color: rgb(148,92,242); }
H1.HeaderClassName
{
color: #945CF2;
}
.AnyTagClassName
{
color: #945CF2;
}
</style>
background-color css
<style>
a { background-color: #945CF2; }
a { background-color: rgb(148,92,242); }
div.DivClassName
{
background-color: #945CF2;
}
.BgClassName
{
background-color: #945CF2;
}
</style>
border-color css
<style>
span { border-color: #945CF2; }
span { border-color: rgb(148,92,242); }
td.TdClassName
{
border-color: #945CF2;
}
.TagClassName
{
border-color: #945CF2;
}
</style>