Shades of Medium Purple #945CDF
Tints of Medium Purple #945CDF
RGB
CMYK
RGB Variations
Color information
#945CDF (or 0x945CDF) is known color: Medium Purple. HEX triplet: 94, 5C and DF. RGB value is (148,92,223). Sum of RGB (Red+Green+Blue) = 148+92+223=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 92 (36.33% from 255 or 19.87% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #945CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945CDF is #6BA320. Grayscale: #7B7B7B. Windows color (decimal): -7054113 or 14638228. OLE color: 14638228.
HSL color Cylindrical-coordinate representation of color #945CDF: hue angle of 265.65º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #945CDF is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 92 | 223 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.13 |
| HSL | 265.65º | 0.67% | 0.62% | - |
| HSV(B) | 265.65º | 0.59% | 0.87% | - |
| XYZ | 29.36 | 19.28 | 71.99 | - |
| YUV | 123.68 | 184.05 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 92 | 223 | 0.34 | 0.59 | 0 | 0.13 | 265.65 | 0.67 | 0.62 |
| Hex | 94 | 5C | DF | 22 | 3B | 0 | D | 10A | 43 | 3E |
| Octal | 224 | 134 | 337 | 42 | 73 | 0 | 15 | 412 | 103 | 76 |
| Binary | 10010100 | 1011100 | 11011111 | 100010 | 111011 | 0 | 1101 | 100001010 | 1000011 | 111110 |
Color Harmonies of #945CDF
Complementary color
Monochromatic Colors of #945CDF
Black with #945CDF
Text Example
Text Example
White with #945CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945CDF; }
p { color: rgb(148,92,223); }
H1.HeaderClassName
{
color: #945CDF;
}
.AnyTagClassName
{
color: #945CDF;
}
</style>
background-color css
<style>
a { background-color: #945CDF; }
a { background-color: rgb(148,92,223); }
div.DivClassName
{
background-color: #945CDF;
}
.BgClassName
{
background-color: #945CDF;
}
</style>
border-color css
<style>
span { border-color: #945CDF; }
span { border-color: rgb(148,92,223); }
td.TdClassName
{
border-color: #945CDF;
}
.TagClassName
{
border-color: #945CDF;
}
</style>