Shades of Medium Purple #945FDF
Tints of Medium Purple #945FDF
RGB
CMYK
RGB Variations
Color information
#945FDF (or 0x945FDF) is known color: Medium Purple. HEX triplet: 94, 5F and DF. RGB value is (148,95,223). Sum of RGB (Red+Green+Blue) = 148+95+223=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 95 (37.5% from 255 or 20.39% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #945FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945FDF is #6BA020. Grayscale: #7C7C7C. Windows color (decimal): -7053345 or 14638996. OLE color: 14638996.
HSL color Cylindrical-coordinate representation of color #945FDF: hue angle of 264.84º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #945FDF is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 95 | 223 | - |
| CMYK | 0.34 | 0.57 | 0 | 0.13 |
| HSL | 264.84º | 0.67% | 0.62% | - |
| HSV(B) | 264.84º | 0.57% | 0.87% | - |
| XYZ | 29.62 | 19.81 | 72.07 | - |
| YUV | 125.44 | 183.06 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 95 | 223 | 0.34 | 0.57 | 0 | 0.13 | 264.84 | 0.67 | 0.62 |
| Hex | 94 | 5F | DF | 22 | 39 | 0 | D | 109 | 43 | 3E |
| Octal | 224 | 137 | 337 | 42 | 71 | 0 | 15 | 411 | 103 | 76 |
| Binary | 10010100 | 1011111 | 11011111 | 100010 | 111001 | 0 | 1101 | 100001001 | 1000011 | 111110 |
Color Harmonies of #945FDF
Complementary color
Monochromatic Colors of #945FDF
Black with #945FDF
Text Example
Text Example
White with #945FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945FDF; }
p { color: rgb(148,95,223); }
H1.HeaderClassName
{
color: #945FDF;
}
.AnyTagClassName
{
color: #945FDF;
}
</style>
background-color css
<style>
a { background-color: #945FDF; }
a { background-color: rgb(148,95,223); }
div.DivClassName
{
background-color: #945FDF;
}
.BgClassName
{
background-color: #945FDF;
}
</style>
border-color css
<style>
span { border-color: #945FDF; }
span { border-color: rgb(148,95,223); }
td.TdClassName
{
border-color: #945FDF;
}
.TagClassName
{
border-color: #945FDF;
}
</style>