Shades of Medium Purple #945FDE
Tints of Medium Purple #945FDE
RGB
CMYK
RGB Variations
Color information
#945FDE (or 0x945FDE) is known color: Medium Purple. HEX triplet: 94, 5F and DE. RGB value is (148,95,222). Sum of RGB (Red+Green+Blue) = 148+95+222=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #945FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945FDE is #6BA021. Grayscale: #7C7C7C. Windows color (decimal): -7053346 or 14573460. OLE color: 14573460.
HSL color Cylindrical-coordinate representation of color #945FDE: hue angle of 265.04º degrees, saturation: 0.66, 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 #945FDE is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 95 | 222 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.13 |
| HSL | 265.04º | 0.66% | 0.62% | - |
| HSV(B) | 265.04º | 0.57% | 0.87% | - |
| XYZ | 29.49 | 19.75 | 71.37 | - |
| YUV | 125.33 | 182.56 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 95 | 222 | 0.33 | 0.57 | 0 | 0.13 | 265.04 | 0.66 | 0.62 |
| Hex | 94 | 5F | DE | 21 | 39 | 0 | D | 109 | 42 | 3E |
| Octal | 224 | 137 | 336 | 41 | 71 | 0 | 15 | 411 | 102 | 76 |
| Binary | 10010100 | 1011111 | 11011110 | 100001 | 111001 | 0 | 1101 | 100001001 | 1000010 | 111110 |
Color Harmonies of #945FDE
Complementary color
Monochromatic Colors of #945FDE
Black with #945FDE
Text Example
Text Example
White with #945FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945FDE; }
p { color: rgb(148,95,222); }
H1.HeaderClassName
{
color: #945FDE;
}
.AnyTagClassName
{
color: #945FDE;
}
</style>
background-color css
<style>
a { background-color: #945FDE; }
a { background-color: rgb(148,95,222); }
div.DivClassName
{
background-color: #945FDE;
}
.BgClassName
{
background-color: #945FDE;
}
</style>
border-color css
<style>
span { border-color: #945FDE; }
span { border-color: rgb(148,95,222); }
td.TdClassName
{
border-color: #945FDE;
}
.TagClassName
{
border-color: #945FDE;
}
</style>